Html Css Color HEX #CC2539 Cardinal

📋 copy color: '#CC2539'

red 204 ◦ green 37 ◦ blue 57

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

Shades of Cardinal #CC2539

Tints of Cardinal #CC2539

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.42%

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

R = 68.46%
G = 12.42%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC2539 (or 0xCC2539) is known color: Cardinal. HEX triplet: CC, 25 and 39. RGB value is (204,37,57). Sum of RGB (Red+Green+Blue) = 204+37+57=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2539 is #33DAC6. Grayscale: #595959. Windows color (decimal): -3398343 or 3745228. OLE color: 3745228.

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

Color convert

RGB 204 37 57 -
CMYK 0 0.82 0.72 0.2
HSL 352.81º 0.69% 0.47% -
HSV(B) 352.81º 0.82% 0.8% -
XYZ 26.3 14.46 5.27 -
YUV 89.21 109.83 209.87 -
System Red Green Blue C M Y K H S L
Decimal 204 37 57 0 0.82 0.72 0.2 352.81 0.69 0.47
Hex CC 25 39 0 52 48 14 161 45 2F
Octal 314 45 71 0 122 110 24 541 105 57
Binary 11001100 100101 111001 0 1010010 1001000 10100 101100001 1000101 101111

Color Harmonies of #CC2539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2539

Black with #CC2539

Text Example


Text Example

White with #CC2539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2539; }

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

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

background-color css

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

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

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

border-color css

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

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

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