Html Css Color HEX #CC1132 Cardinal

📋 copy color: '#CC1132'

red 204 ◦ green 17 ◦ blue 50

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

Shades of Cardinal #CC1132

Tints of Cardinal #CC1132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.27%

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

R = 75.28%
G = 6.27%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC1132 (or 0xCC1132) is known color: Cardinal. HEX triplet: CC, 11 and 32. RGB value is (204,17,50). Sum of RGB (Red+Green+Blue) = 204+17+50=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1132 is #33EECD. Grayscale: #4C4C4C. Windows color (decimal): -3403470 or 3281356. OLE color: 3281356.

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

Color convert

RGB 204 17 50 -
CMYK 0 0.92 0.75 0.2
HSL 349.41º 0.85% 0.43% -
HSV(B) 349.41º 0.92% 0.8% -
XYZ 25.68 13.47 4.26 -
YUV 76.68 112.95 218.82 -
System Red Green Blue C M Y K H S L
Decimal 204 17 50 0 0.92 0.75 0.2 349.41 0.85 0.43
Hex CC 11 32 0 5C 4B 14 15D 55 2B
Octal 314 21 62 0 134 113 24 535 125 53
Binary 11001100 10001 110010 0 1011100 1001011 10100 101011101 1010101 101011

Color Harmonies of #CC1132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1132

Black with #CC1132

Text Example


Text Example

White with #CC1132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1132; }

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

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

background-color css

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

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

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

border-color css

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

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

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