Html Css Color HEX #CC2535 Cardinal

📋 copy color: '#CC2535'

red 204 ◦ green 37 ◦ blue 53

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

Shades of Cardinal #CC2535

Tints of Cardinal #CC2535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.03%

R = 69.39%
G = 12.59%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC2535 (or 0xCC2535) is known color: Cardinal. HEX triplet: CC, 25 and 35. RGB value is (204,37,53). Sum of RGB (Red+Green+Blue) = 204+37+53=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2535 is #33DACA. Grayscale: #585858. Windows color (decimal): -3398347 or 3483084. OLE color: 3483084.

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

Color convert

RGB 204 37 53 -
CMYK 0 0.82 0.74 0.2
HSL 354.25º 0.69% 0.47% -
HSV(B) 354.25º 0.82% 0.8% -
XYZ 26.21 14.42 4.77 -
YUV 88.76 107.83 210.2 -
System Red Green Blue C M Y K H S L
Decimal 204 37 53 0 0.82 0.74 0.2 354.25 0.69 0.47
Hex CC 25 35 0 52 4A 14 162 45 2F
Octal 314 45 65 0 122 112 24 542 105 57
Binary 11001100 100101 110101 0 1010010 1001010 10100 101100010 1000101 101111

Color Harmonies of #CC2535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2535

Black with #CC2535

Text Example


Text Example

White with #CC2535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2535; }

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

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

background-color css

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

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

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

border-color css

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

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

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