#cd1334

Color #CD1334 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #CD1334

Tints of Cardinal #CD1334

Color information

#CD1334 (or 0xCD1334) is unknown color: approx Cardinal. HEX triplet: CD, 13 and 34. RGB value is (205,19,52). Sum of RGB (Red+Green+Blue) = 205+19+52=276 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.28% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1334 is #32ECCB. Grayscale: #4E4E4E. Windows color (decimal): -3337420 or 3412941. OLE color: 3412941.

HSL color Cylindrical-coordinate representation of color #CD1334: hue angle of 349.35º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD1334 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB2051952-
CMYK00.910.750.20
HSL349.35º83.04%43.92%-
HSV(B)349.35º90.73%80.39%-
XYZ26.0313.694.52-
YUV78.38113.12218.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 74.28%
GREEN value IS 19 (7.81% from 255) = 6.88%
BLUE value IS 52 (20.70% from 255) = 18.84%
R=74.28%
G=6.88%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205195200.910.750.20349.3583.0443.92
HexCD133405B4B1415d532c
Octal315236401331132453512354
Binary1100110110011110100010110111001011101001010111011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd1334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd1334; }

 p { color: rgb(205,19,52); }

 H1.HeaderClassName
 {
   color: #cd1334;
 }
 .AnyTagClassName
 {
   color: #cd1334;
 }
</style>
background-color css

<style>
 a { background-color: #cd1334; }

 a { background-color: rgb(205,19,52); }

 div.DivClassName
 {
   background-color: #cd1334;
 }
 .BgClassName
 {
   background-color: #cd1334;
 }
</style>
border-color css

<style>
 span { border-color: #cd1334; }

 span { border-color: rgb(205,19,52); }

 td.TdClassName
 {
   border-color: #cd1334;
 }
 .TagClassName
 {
   border-color: #cd1334;
 }
</style>