Html Css Color HEX #CC1831 Cardinal

📋 copy color: '#CC1831'

red 204 ◦ green 24 ◦ blue 49

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

Shades of Cardinal #CC1831

Tints of Cardinal #CC1831

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.66%

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

R = 73.65%
G = 8.66%
B = 17.69%

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

#CC1831 (or 0xCC1831) is known color: Cardinal. HEX triplet: CC, 18 and 31. RGB value is (204,24,49). Sum of RGB (Red+Green+Blue) = 204+24+49=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1831 is #33E7CE. Grayscale: #505050. Windows color (decimal): -3401679 or 3217612. OLE color: 3217612.

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

Color convert

RGB 204 24 49 -
CMYK 0 0.88 0.76 0.2
HSL 351.67º 0.79% 0.45% -
HSV(B) 351.67º 0.88% 0.8% -
XYZ 25.78 13.71 4.19 -
YUV 80.67 110.13 215.97 -
System Red Green Blue C M Y K H S L
Decimal 204 24 49 0 0.88 0.76 0.2 351.67 0.79 0.45
Hex CC 18 31 0 58 4C 14 160 4F 2D
Octal 314 30 61 0 130 114 24 540 117 55
Binary 11001100 11000 110001 0 1011000 1001100 10100 101100000 1001111 101101

Color Harmonies of #CC1831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1831

Black with #CC1831

Text Example


Text Example

White with #CC1831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1831; }

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

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

background-color css

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

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

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

border-color css

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

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

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