Html Css Color HEX #CC1542 Cardinal

📋 copy color: '#CC1542'

red 204 ◦ green 21 ◦ blue 66

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

Shades of Cardinal #CC1542

Tints of Cardinal #CC1542

RGB

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

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

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

R = 70.1%
G = 7.22%
B = 22.68%

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

#CC1542 (or 0xCC1542) is known color: Cardinal. HEX triplet: CC, 15 and 42. RGB value is (204,21,66). Sum of RGB (Red+Green+Blue) = 204+21+66=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1542 is #33EABD. Grayscale: #505050. Windows color (decimal): -3402430 or 4330956. OLE color: 4330956.

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

Color convert

RGB 204 21 66 -
CMYK 0 0.90 0.68 0.2
HSL 345.25º 0.81% 0.44% -
HSV(B) 345.25º 0.9% 0.8% -
XYZ 26.15 13.77 6.43 -
YUV 80.85 119.63 215.84 -
System Red Green Blue C M Y K H S L
Decimal 204 21 66 0 0.90 0.68 0.2 345.25 0.81 0.44
Hex CC 15 42 0 5A 44 14 159 51 2C
Octal 314 25 102 0 132 104 24 531 121 54
Binary 11001100 10101 1000010 0 1011010 1000100 10100 101011001 1010001 101100

Color Harmonies of #CC1542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1542

Black with #CC1542

Text Example


Text Example

White with #CC1542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1542; }

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

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

background-color css

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

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

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

border-color css

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

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

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