Html Css Color HEX #CC1543 Cardinal

📋 copy color: '#CC1543'

red 204 ◦ green 21 ◦ blue 67

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

Shades of Cardinal #CC1543

Tints of Cardinal #CC1543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.95%

R = 69.86%
G = 7.19%
B = 22.95%

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

#CC1543 (or 0xCC1543) is known color: Cardinal. HEX triplet: CC, 15 and 43. RGB value is (204,21,67). Sum of RGB (Red+Green+Blue) = 204+21+67=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1543 is #33EABC. Grayscale: #505050. Windows color (decimal): -3402429 or 4396492. OLE color: 4396492.

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

Color convert

RGB 204 21 67 -
CMYK 0 0.90 0.67 0.2
HSL 344.92º 0.81% 0.44% -
HSV(B) 344.92º 0.9% 0.8% -
XYZ 26.18 13.78 6.59 -
YUV 80.96 120.13 215.76 -
System Red Green Blue C M Y K H S L
Decimal 204 21 67 0 0.90 0.67 0.2 344.92 0.81 0.44
Hex CC 15 43 0 5A 43 14 159 51 2C
Octal 314 25 103 0 132 103 24 531 121 54
Binary 11001100 10101 1000011 0 1011010 1000011 10100 101011001 1010001 101100

Color Harmonies of #CC1543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1543

Black with #CC1543

Text Example


Text Example

White with #CC1543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1543; }

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

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

background-color css

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

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

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

border-color css

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

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

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