Html Css Color HEX #CC2040 Cardinal

📋 copy color: '#CC2040'

red 204 ◦ green 32 ◦ blue 64

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

Shades of Cardinal #CC2040

Tints of Cardinal #CC2040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.67%

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

R = 68%
G = 10.67%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC2040 (or 0xCC2040) is known color: Cardinal. HEX triplet: CC, 20 and 40. RGB value is (204,32,64). Sum of RGB (Red+Green+Blue) = 204+32+64=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2040 is #33DFBF. Grayscale: #575757. Windows color (decimal): -3399616 or 4202700. OLE color: 4202700.

HSL color Cylindrical-coordinate representation of color #CC2040: hue angle of 348.84º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2040 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 32 64 -
CMYK 0 0.84 0.69 0.2
HSL 348.84º 0.73% 0.46% -
HSV(B) 348.84º 0.84% 0.8% -
XYZ 26.34 14.24 6.21 -
YUV 87.08 114.98 211.4 -
System Red Green Blue C M Y K H S L
Decimal 204 32 64 0 0.84 0.69 0.2 348.84 0.73 0.46
Hex CC 20 40 0 54 45 14 15D 49 2E
Octal 314 40 100 0 124 105 24 535 111 56
Binary 11001100 100000 1000000 0 1010100 1000101 10100 101011101 1001001 101110

Color Harmonies of #CC2040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2040

Black with #CC2040

Text Example


Text Example

White with #CC2040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2040; }

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

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

background-color css

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

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

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

border-color css

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

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

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