Html Css Color HEX #CD1542 Cardinal

📋 copy color: '#CD1542'

red 205 ◦ green 21 ◦ blue 66

#CD1542
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #CD1542

Tints of Cardinal #CD1542

RGB

 RED value IS 205 (80.47% from 255) = 70.21%

 GREEN value IS 21 (8.59% from 255) = 7.19%

 BLUE value IS 66 (26.17% from 255) = 22.6%

R = 70.21%
G = 7.19%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD1542 (or 0xCD1542) is known color: Cardinal. HEX triplet: CD, 15 and 42. RGB value is (205,21,66). Sum of RGB (Red+Green+Blue) = 205+21+66=292 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.21% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1542 is #32EABD. Grayscale: #515151. Windows color (decimal): -3336894 or 4330957. OLE color: 4330957.

HSL color Cylindrical-coordinate representation of color #CD1542: hue angle of 345.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD1542 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 21 66 -
CMYK 0 0.90 0.68 0.20
HSL 345.33º 0.81% 0.44% -
HSV(B) 345.33º 0.9% 0.8% -
XYZ 26.43 13.91 6.45 -
YUV 81.15 119.46 216.34 -
System Red Green Blue C M Y K H S L
Decimal 205 21 66 0 0.90 0.68 0.20 345.33 0.81 0.44
Hex CD 15 42 0 5A 44 14 159 51 2C
Octal 315 25 102 0 132 104 24 531 121 54
Binary 11001101 10101 1000010 0 1011010 1000100 10100 101011001 1010001 101100

Color Harmonies of #CD1542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1542

Black with #CD1542

Text Example


Text Example

White with #CD1542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1542; }

 p { color: rgb(205,21,66); }

 H1.HeaderClassName
 {
   color: #CD1542;
 }
 .AnyTagClassName
 {
   color: #CD1542;
 }
</style>

background-color css

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

 a { background-color: rgb(205,21,66); }

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

border-color css

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

 span { border-color: rgb(205,21,66); }

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