Html Css Color HEX #CC1940 Cardinal

📋 copy color: '#CC1940'

red 204 ◦ green 25 ◦ blue 64

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

Shades of Cardinal #CC1940

Tints of Cardinal #CC1940

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.53%

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

R = 69.62%
G = 8.53%
B = 21.84%

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

#CC1940 (or 0xCC1940) is known color: Cardinal. HEX triplet: CC, 19 and 40. RGB value is (204,25,64). Sum of RGB (Red+Green+Blue) = 204+25+64=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1940 is #33E6BF. Grayscale: #525252. Windows color (decimal): -3401408 or 4200908. OLE color: 4200908.

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

Color convert

RGB 204 25 64 -
CMYK 0 0.88 0.69 0.2
HSL 346.93º 0.78% 0.45% -
HSV(B) 346.93º 0.88% 0.8% -
XYZ 26.17 13.9 6.15 -
YUV 82.97 117.3 214.33 -
System Red Green Blue C M Y K H S L
Decimal 204 25 64 0 0.88 0.69 0.2 346.93 0.78 0.45
Hex CC 19 40 0 58 45 14 15B 4E 2D
Octal 314 31 100 0 130 105 24 533 116 55
Binary 11001100 11001 1000000 0 1011000 1000101 10100 101011011 1001110 101101

Color Harmonies of #CC1940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1940

Black with #CC1940

Text Example


Text Example

White with #CC1940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1940; }

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

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

background-color css

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

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

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

border-color css

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

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

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