Html Css Color HEX #CC1931 Cardinal

📋 copy color: '#CC1931'

red 204 ◦ green 25 ◦ blue 49

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

Shades of Cardinal #CC1931

Tints of Cardinal #CC1931

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.99%

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

R = 73.38%
G = 8.99%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC1931 (or 0xCC1931) is known color: Cardinal. HEX triplet: CC, 19 and 31. RGB value is (204,25,49). Sum of RGB (Red+Green+Blue) = 204+25+49=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1931 is #33E6CE. Grayscale: #515151. Windows color (decimal): -3401423 or 3217868. OLE color: 3217868.

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

Color convert

RGB 204 25 49 -
CMYK 0 0.88 0.76 0.2
HSL 351.96º 0.78% 0.45% -
HSV(B) 351.96º 0.88% 0.8% -
XYZ 25.8 13.75 4.2 -
YUV 81.26 109.8 215.55 -
System Red Green Blue C M Y K H S L
Decimal 204 25 49 0 0.88 0.76 0.2 351.96 0.78 0.45
Hex CC 19 31 0 58 4C 14 160 4E 2D
Octal 314 31 61 0 130 114 24 540 116 55
Binary 11001100 11001 110001 0 1011000 1001100 10100 101100000 1001110 101101

Color Harmonies of #CC1931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1931

Black with #CC1931

Text Example


Text Example

White with #CC1931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1931; }

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

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

background-color css

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

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

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

border-color css

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

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

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