Html Css Color HEX #CC2532 Cardinal

📋 copy color: '#CC2532'

red 204 ◦ green 37 ◦ blue 50

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

Shades of Cardinal #CC2532

Tints of Cardinal #CC2532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.18%

R = 70.1%
G = 12.71%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC2532 (or 0xCC2532) is known color: Cardinal. HEX triplet: CC, 25 and 32. RGB value is (204,37,50). Sum of RGB (Red+Green+Blue) = 204+37+50=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2532 is #33DACD. Grayscale: #585858. Windows color (decimal): -3398350 or 3286476. OLE color: 3286476.

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

Color convert

RGB 204 37 50 -
CMYK 0 0.82 0.75 0.2
HSL 355.33º 0.69% 0.47% -
HSV(B) 355.33º 0.82% 0.8% -
XYZ 26.14 14.39 4.42 -
YUV 88.42 106.33 210.44 -
System Red Green Blue C M Y K H S L
Decimal 204 37 50 0 0.82 0.75 0.2 355.33 0.69 0.47
Hex CC 25 32 0 52 4B 14 163 45 2F
Octal 314 45 62 0 122 113 24 543 105 57
Binary 11001100 100101 110010 0 1010010 1001011 10100 101100011 1000101 101111

Color Harmonies of #CC2532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2532

Black with #CC2532

Text Example


Text Example

White with #CC2532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2532; }

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

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

background-color css

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

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

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

border-color css

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

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

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