Html Css Color HEX #CC1F31 Cardinal

📋 copy color: '#CC1F31'

red 204 ◦ green 31 ◦ blue 49

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

Shades of Cardinal #CC1F31

Tints of Cardinal #CC1F31

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.92%

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

R = 71.83%
G = 10.92%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC1F31 (or 0xCC1F31) is known color: Cardinal. HEX triplet: CC, 1F and 31. RGB value is (204,31,49). Sum of RGB (Red+Green+Blue) = 204+31+49=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1F31 is #33E0CE. Grayscale: #545454. Windows color (decimal): -3399887 or 3219404. OLE color: 3219404.

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

Color convert

RGB 204 31 49 -
CMYK 0 0.85 0.76 0.2
HSL 353.76º 0.74% 0.46% -
HSV(B) 353.76º 0.85% 0.8% -
XYZ 25.95 14.04 4.25 -
YUV 84.78 107.81 213.04 -
System Red Green Blue C M Y K H S L
Decimal 204 31 49 0 0.85 0.76 0.2 353.76 0.74 0.46
Hex CC 1F 31 0 55 4C 14 162 4A 2E
Octal 314 37 61 0 125 114 24 542 112 56
Binary 11001100 11111 110001 0 1010101 1001100 10100 101100010 1001010 101110

Color Harmonies of #CC1F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1F31

Black with #CC1F31

Text Example


Text Example

White with #CC1F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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