Html Css Color HEX #CC2142 Cardinal

📋 copy color: '#CC2142'

red 204 ◦ green 33 ◦ blue 66

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

Shades of Cardinal #CC2142

Tints of Cardinal #CC2142

RGB

 RED value IS 204 (80.08% from 255) = 67.33%

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

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

R = 67.33%
G = 10.89%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC2142 (or 0xCC2142) is known color: Cardinal. HEX triplet: CC, 21 and 42. RGB value is (204,33,66). Sum of RGB (Red+Green+Blue) = 204+33+66=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2142 is #33DEBD. Grayscale: #575757. Windows color (decimal): -3399358 or 4334028. OLE color: 4334028.

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

Color convert

RGB 204 33 66 -
CMYK 0 0.84 0.68 0.2
HSL 348.42º 0.72% 0.46% -
HSV(B) 348.42º 0.84% 0.8% -
XYZ 26.43 14.32 6.53 -
YUV 87.89 115.65 210.82 -
System Red Green Blue C M Y K H S L
Decimal 204 33 66 0 0.84 0.68 0.2 348.42 0.72 0.46
Hex CC 21 42 0 54 44 14 15C 48 2E
Octal 314 41 102 0 124 104 24 534 110 56
Binary 11001100 100001 1000010 0 1010100 1000100 10100 101011100 1001000 101110

Color Harmonies of #CC2142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2142

Black with #CC2142

Text Example


Text Example

White with #CC2142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2142; }

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

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

background-color css

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

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

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

border-color css

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

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

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