Html Css Color HEX #CD2142 Cardinal

📋 copy color: '#CD2142'

red 205 ◦ green 33 ◦ blue 66

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

Shades of Cardinal #CD2142

Tints of Cardinal #CD2142

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.86%

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

R = 67.43%
G = 10.86%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD2142 (or 0xCD2142) is known color: Cardinal. HEX triplet: CD, 21 and 42. RGB value is (205,33,66). Sum of RGB (Red+Green+Blue) = 205+33+66=304 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.43% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2142 is #32DEBD. Grayscale: #585858. Windows color (decimal): -3333822 or 4334029. OLE color: 4334029.

HSL color Cylindrical-coordinate representation of color #CD2142: hue angle of 348.49º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD2142 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 33 66 -
CMYK 0 0.84 0.68 0.20
HSL 348.49º 0.72% 0.47% -
HSV(B) 348.49º 0.84% 0.8% -
XYZ 26.7 14.46 6.54 -
YUV 88.19 115.48 211.32 -
System Red Green Blue C M Y K H S L
Decimal 205 33 66 0 0.84 0.68 0.20 348.49 0.72 0.47
Hex CD 21 42 0 54 44 14 15C 48 2F
Octal 315 41 102 0 124 104 24 534 110 57
Binary 11001101 100001 1000010 0 1010100 1000100 10100 101011100 1001000 101111

Color Harmonies of #CD2142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2142

Black with #CD2142

Text Example


Text Example

White with #CD2142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2142; }

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

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

background-color css

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

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

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

border-color css

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

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

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