Html Css Color HEX #CC1840 Cardinal

📋 copy color: '#CC1840'

red 204 ◦ green 24 ◦ blue 64

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

Shades of Cardinal #CC1840

Tints of Cardinal #CC1840

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.22%

 BLUE value IS 64 (25.39% from 255) = 21.92%

R = 69.86%
G = 8.22%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC1840 (or 0xCC1840) is known color: Cardinal. HEX triplet: CC, 18 and 40. RGB value is (204,24,64). Sum of RGB (Red+Green+Blue) = 204+24+64=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1840 is #33E7BF. Grayscale: #525252. Windows color (decimal): -3401664 or 4200652. OLE color: 4200652.

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

Color convert

RGB 204 24 64 -
CMYK 0 0.88 0.69 0.2
HSL 346.67º 0.79% 0.45% -
HSV(B) 346.67º 0.88% 0.8% -
XYZ 26.15 13.86 6.15 -
YUV 82.38 117.63 214.75 -
System Red Green Blue C M Y K H S L
Decimal 204 24 64 0 0.88 0.69 0.2 346.67 0.79 0.45
Hex CC 18 40 0 58 45 14 15B 4F 2D
Octal 314 30 100 0 130 105 24 533 117 55
Binary 11001100 11000 1000000 0 1011000 1000101 10100 101011011 1001111 101101

Color Harmonies of #CC1840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1840

Black with #CC1840

Text Example


Text Example

White with #CC1840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1840; }

 p { color: rgb(204,24,64); }

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

background-color css

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

 a { background-color: rgb(204,24,64); }

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

border-color css

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

 span { border-color: rgb(204,24,64); }

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