Html Css Color HEX #CC1732 Cardinal

📋 copy color: '#CC1732'

red 204 ◦ green 23 ◦ blue 50

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

Shades of Cardinal #CC1732

Tints of Cardinal #CC1732

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.3%

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

R = 73.65%
G = 8.3%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC1732 (or 0xCC1732) is known color: Cardinal. HEX triplet: CC, 17 and 32. RGB value is (204,23,50). Sum of RGB (Red+Green+Blue) = 204+23+50=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1732 is #33E8CD. Grayscale: #505050. Windows color (decimal): -3401934 or 3282892. OLE color: 3282892.

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

Color convert

RGB 204 23 50 -
CMYK 0 0.89 0.75 0.2
HSL 351.05º 0.8% 0.45% -
HSV(B) 351.05º 0.89% 0.8% -
XYZ 25.78 13.68 4.3 -
YUV 80.2 110.97 216.3 -
System Red Green Blue C M Y K H S L
Decimal 204 23 50 0 0.89 0.75 0.2 351.05 0.8 0.45
Hex CC 17 32 0 59 4B 14 15F 50 2D
Octal 314 27 62 0 131 113 24 537 120 55
Binary 11001100 10111 110010 0 1011001 1001011 10100 101011111 1010000 101101

Color Harmonies of #CC1732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1732

Black with #CC1732

Text Example


Text Example

White with #CC1732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1732; }

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

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

background-color css

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

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

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

border-color css

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

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

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