Html Css Color HEX #CC1532 Cardinal

📋 copy color: '#CC1532'

red 204 ◦ green 21 ◦ blue 50

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

Shades of Cardinal #CC1532

Tints of Cardinal #CC1532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.64%

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

R = 74.18%
G = 7.64%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC1532 (or 0xCC1532) is known color: Cardinal. HEX triplet: CC, 15 and 32. RGB value is (204,21,50). Sum of RGB (Red+Green+Blue) = 204+21+50=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1532 is #33EACD. Grayscale: #4F4F4F. Windows color (decimal): -3402446 or 3282380. OLE color: 3282380.

HSL color Cylindrical-coordinate representation of color #CC1532: hue angle of 350.49º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1532 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 21 50 -
CMYK 0 0.90 0.75 0.2
HSL 350.49º 0.81% 0.44% -
HSV(B) 350.49º 0.9% 0.8% -
XYZ 25.75 13.6 4.29 -
YUV 79.02 111.63 217.14 -
System Red Green Blue C M Y K H S L
Decimal 204 21 50 0 0.90 0.75 0.2 350.49 0.81 0.44
Hex CC 15 32 0 5A 4B 14 15E 51 2C
Octal 314 25 62 0 132 113 24 536 121 54
Binary 11001100 10101 110010 0 1011010 1001011 10100 101011110 1010001 101100

Color Harmonies of #CC1532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1532

Black with #CC1532

Text Example


Text Example

White with #CC1532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1532; }

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

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

background-color css

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

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

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

border-color css

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

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

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