Html Css Color HEX #CC2340 Cardinal

📋 copy color: '#CC2340'

red 204 ◦ green 35 ◦ blue 64

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

Shades of Cardinal #CC2340

Tints of Cardinal #CC2340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.55%

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

R = 67.33%
G = 11.55%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC2340 (or 0xCC2340) is known color: Cardinal. HEX triplet: CC, 23 and 40. RGB value is (204,35,64). Sum of RGB (Red+Green+Blue) = 204+35+64=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2340 is #33DCBF. Grayscale: #585858. Windows color (decimal): -3398848 or 4203468. OLE color: 4203468.

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

Color convert

RGB 204 35 64 -
CMYK 0 0.83 0.69 0.2
HSL 349.7º 0.71% 0.47% -
HSV(B) 349.7º 0.83% 0.8% -
XYZ 26.43 14.41 6.24 -
YUV 88.84 113.99 210.14 -
System Red Green Blue C M Y K H S L
Decimal 204 35 64 0 0.83 0.69 0.2 349.7 0.71 0.47
Hex CC 23 40 0 53 45 14 15E 47 2F
Octal 314 43 100 0 123 105 24 536 107 57
Binary 11001100 100011 1000000 0 1010011 1000101 10100 101011110 1000111 101111

Color Harmonies of #CC2340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2340

Black with #CC2340

Text Example


Text Example

White with #CC2340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2340; }

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

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

background-color css

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

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

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

border-color css

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

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

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