Html Css Color HEX #CC1131 Cardinal

📋 copy color: '#CC1131'

red 204 ◦ green 17 ◦ blue 49

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

Shades of Cardinal #CC1131

Tints of Cardinal #CC1131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.15%

R = 75.56%
G = 6.3%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC1131 (or 0xCC1131) is known color: Cardinal. HEX triplet: CC, 11 and 31. RGB value is (204,17,49). Sum of RGB (Red+Green+Blue) = 204+17+49=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1131 is #33EECE. Grayscale: #4C4C4C. Windows color (decimal): -3403471 or 3215820. OLE color: 3215820.

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

Color convert

RGB 204 17 49 -
CMYK 0 0.92 0.76 0.2
HSL 349.73º 0.85% 0.43% -
HSV(B) 349.73º 0.92% 0.8% -
XYZ 25.66 13.46 4.15 -
YUV 76.56 112.45 218.9 -
System Red Green Blue C M Y K H S L
Decimal 204 17 49 0 0.92 0.76 0.2 349.73 0.85 0.43
Hex CC 11 31 0 5C 4C 14 15E 55 2B
Octal 314 21 61 0 134 114 24 536 125 53
Binary 11001100 10001 110001 0 1011100 1001100 10100 101011110 1010101 101011

Color Harmonies of #CC1131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1131

Black with #CC1131

Text Example


Text Example

White with #CC1131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1131; }

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

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

background-color css

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

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

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

border-color css

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

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

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