Html Css Color HEX #CC2537 Cardinal

📋 copy color: '#CC2537'

red 204 ◦ green 37 ◦ blue 55

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

Shades of Cardinal #CC2537

Tints of Cardinal #CC2537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.58%

R = 68.92%
G = 12.5%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC2537 (or 0xCC2537) is known color: Cardinal. HEX triplet: CC, 25 and 37. RGB value is (204,37,55). Sum of RGB (Red+Green+Blue) = 204+37+55=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2537 is #33DAC8. Grayscale: #595959. Windows color (decimal): -3398345 or 3614156. OLE color: 3614156.

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

Color convert

RGB 204 37 55 -
CMYK 0 0.82 0.73 0.2
HSL 353.53º 0.69% 0.47% -
HSV(B) 353.53º 0.82% 0.8% -
XYZ 26.25 14.44 5.02 -
YUV 88.99 108.83 210.04 -
System Red Green Blue C M Y K H S L
Decimal 204 37 55 0 0.82 0.73 0.2 353.53 0.69 0.47
Hex CC 25 37 0 52 49 14 162 45 2F
Octal 314 45 67 0 122 111 24 542 105 57
Binary 11001100 100101 110111 0 1010010 1001001 10100 101100010 1000101 101111

Color Harmonies of #CC2537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2537

Black with #CC2537

Text Example


Text Example

White with #CC2537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2537; }

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

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

background-color css

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

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

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

border-color css

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

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

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