Html Css Color HEX #CC2339 Cardinal

📋 copy color: '#CC2339'

red 204 ◦ green 35 ◦ blue 57

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

Shades of Cardinal #CC2339

Tints of Cardinal #CC2339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.26%

R = 68.92%
G = 11.82%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC2339 (or 0xCC2339) is known color: Cardinal. HEX triplet: CC, 23 and 39. RGB value is (204,35,57). Sum of RGB (Red+Green+Blue) = 204+35+57=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2339 is #33DCC6. Grayscale: #585858. Windows color (decimal): -3398855 or 3744716. OLE color: 3744716.

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

Color convert

RGB 204 35 57 -
CMYK 0 0.83 0.72 0.2
HSL 352.19º 0.71% 0.47% -
HSV(B) 352.19º 0.83% 0.8% -
XYZ 26.24 14.33 5.25 -
YUV 88.04 110.49 210.71 -
System Red Green Blue C M Y K H S L
Decimal 204 35 57 0 0.83 0.72 0.2 352.19 0.71 0.47
Hex CC 23 39 0 53 48 14 160 47 2F
Octal 314 43 71 0 123 110 24 540 107 57
Binary 11001100 100011 111001 0 1010011 1001000 10100 101100000 1000111 101111

Color Harmonies of #CC2339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2339

Black with #CC2339

Text Example


Text Example

White with #CC2339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2339; }

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

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

background-color css

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

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

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

border-color css

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

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

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