Html Css Color HEX #CC1442 Cardinal

📋 copy color: '#CC1442'

red 204 ◦ green 20 ◦ blue 66

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

Shades of Cardinal #CC1442

Tints of Cardinal #CC1442

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.9%

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

R = 70.34%
G = 6.9%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC1442 (or 0xCC1442) is known color: Cardinal. HEX triplet: CC, 14 and 42. RGB value is (204,20,66). Sum of RGB (Red+Green+Blue) = 204+20+66=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1442 is #33EBBD. Grayscale: #505050. Windows color (decimal): -3402686 or 4330700. OLE color: 4330700.

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

Color convert

RGB 204 20 66 -
CMYK 0 0.90 0.68 0.2
HSL 345º 0.82% 0.44% -
HSV(B) 345º 0.9% 0.8% -
XYZ 26.14 13.73 6.43 -
YUV 80.26 119.96 216.26 -
System Red Green Blue C M Y K H S L
Decimal 204 20 66 0 0.90 0.68 0.2 345 0.82 0.44
Hex CC 14 42 0 5A 44 14 159 52 2C
Octal 314 24 102 0 132 104 24 531 122 54
Binary 11001100 10100 1000010 0 1011010 1000100 10100 101011001 1010010 101100

Color Harmonies of #CC1442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1442

Black with #CC1442

Text Example


Text Example

White with #CC1442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1442; }

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

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

background-color css

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

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

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

border-color css

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

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

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