Html Css Color HEX #CC1544 Cardinal

📋 copy color: '#CC1544'

red 204 ◦ green 21 ◦ blue 68

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

Shades of Cardinal #CC1544

Tints of Cardinal #CC1544

RGB

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

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

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

R = 69.62%
G = 7.17%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC1544 (or 0xCC1544) is known color: Cardinal. HEX triplet: CC, 15 and 44. RGB value is (204,21,68). Sum of RGB (Red+Green+Blue) = 204+21+68=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1544 is #33EABB. Grayscale: #515151. Windows color (decimal): -3402428 or 4462028. OLE color: 4462028.

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

Color convert

RGB 204 21 68 -
CMYK 0 0.90 0.67 0.2
HSL 344.59º 0.81% 0.44% -
HSV(B) 344.59º 0.9% 0.8% -
XYZ 26.21 13.79 6.75 -
YUV 81.08 120.63 215.68 -
System Red Green Blue C M Y K H S L
Decimal 204 21 68 0 0.90 0.67 0.2 344.59 0.81 0.44
Hex CC 15 44 0 5A 43 14 159 51 2C
Octal 314 25 104 0 132 103 24 531 121 54
Binary 11001100 10101 1000100 0 1011010 1000011 10100 101011001 1010001 101100

Color Harmonies of #CC1544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1544

Black with #CC1544

Text Example


Text Example

White with #CC1544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1544; }

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

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

background-color css

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

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

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

border-color css

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

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

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