Html Css Color HEX #CC1942 Cardinal

📋 copy color: '#CC1942'

red 204 ◦ green 25 ◦ blue 66

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

Shades of Cardinal #CC1942

Tints of Cardinal #CC1942

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.47%

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

R = 69.15%
G = 8.47%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC1942 (or 0xCC1942) is known color: Cardinal. HEX triplet: CC, 19 and 42. RGB value is (204,25,66). Sum of RGB (Red+Green+Blue) = 204+25+66=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1942 is #33E6BD. Grayscale: #535353. Windows color (decimal): -3401406 or 4331980. OLE color: 4331980.

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

Color convert

RGB 204 25 66 -
CMYK 0 0.88 0.68 0.2
HSL 346.26º 0.78% 0.45% -
HSV(B) 346.26º 0.88% 0.8% -
XYZ 26.23 13.93 6.46 -
YUV 83.2 118.3 214.17 -
System Red Green Blue C M Y K H S L
Decimal 204 25 66 0 0.88 0.68 0.2 346.26 0.78 0.45
Hex CC 19 42 0 58 44 14 15A 4E 2D
Octal 314 31 102 0 130 104 24 532 116 55
Binary 11001100 11001 1000010 0 1011000 1000100 10100 101011010 1001110 101101

Color Harmonies of #CC1942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1942

Black with #CC1942

Text Example


Text Example

White with #CC1942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1942; }

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

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

background-color css

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

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

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

border-color css

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

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

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