Html Css Color HEX #CC1944 Cardinal

📋 copy color: '#CC1944'

red 204 ◦ green 25 ◦ blue 68

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

Shades of Cardinal #CC1944

Tints of Cardinal #CC1944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.9%

R = 68.69%
G = 8.42%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC1944 (or 0xCC1944) is known color: Cardinal. HEX triplet: CC, 19 and 44. RGB value is (204,25,68). Sum of RGB (Red+Green+Blue) = 204+25+68=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1944 is #33E6BB. Grayscale: #535353. Windows color (decimal): -3401404 or 4463052. OLE color: 4463052.

HSL color Cylindrical-coordinate representation of color #CC1944: hue angle of 345.59º 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 #CC1944 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 25 68 -
CMYK 0 0.88 0.67 0.2
HSL 345.59º 0.78% 0.45% -
HSV(B) 345.59º 0.88% 0.8% -
XYZ 26.29 13.95 6.78 -
YUV 83.42 119.3 214 -
System Red Green Blue C M Y K H S L
Decimal 204 25 68 0 0.88 0.67 0.2 345.59 0.78 0.45
Hex CC 19 44 0 58 43 14 15A 4E 2D
Octal 314 31 104 0 130 103 24 532 116 55
Binary 11001100 11001 1000100 0 1011000 1000011 10100 101011010 1001110 101101

Color Harmonies of #CC1944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1944

Black with #CC1944

Text Example


Text Example

White with #CC1944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1944; }

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

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

background-color css

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

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

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

border-color css

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

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

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