Html Css Color HEX #C31E20 Fire Engine Red

📋 copy color: '#C31E20'

red 195 ◦ green 30 ◦ blue 32

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

Shades of Fire Engine Red #C31E20

Tints of Fire Engine Red #C31E20

RGB

 RED value IS 195 (76.56% from 255) = 75.88%

 GREEN value IS 30 (12.11% from 255) = 11.67%

 BLUE value IS 32 (12.89% from 255) = 12.45%

R = 75.88%
G = 11.67%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C31E20 (or 0xC31E20) is known color: Fire Engine Red. HEX triplet: C3, 1E and 20. RGB value is (195,30,32). Sum of RGB (Red+Green+Blue) = 195+30+32=257 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.88% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31E20 is #3CE1DF. Grayscale: #4F4F4F. Windows color (decimal): -3989984 or 2105027. OLE color: 2105027.

HSL color Cylindrical-coordinate representation of color #C31E20: hue angle of 359.27º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31E20 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 30 32 -
CMYK 0 0.85 0.84 0.24
HSL 359.27º 0.73% 0.44% -
HSV(B) 359.27º 0.85% 0.76% -
XYZ 23.23 12.63 2.58 -
YUV 79.56 101.16 210.34 -
System Red Green Blue C M Y K H S L
Decimal 195 30 32 0 0.85 0.84 0.24 359.27 0.73 0.44
Hex C3 1E 20 0 55 54 18 167 49 2C
Octal 303 36 40 0 125 124 30 547 111 54
Binary 11000011 11110 100000 0 1010101 1010100 11000 101100111 1001001 101100

Color Harmonies of #C31E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E20

Black with #C31E20

Text Example


Text Example

White with #C31E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E20; }

 p { color: rgb(195,30,32); }

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

background-color css

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

 a { background-color: rgb(195,30,32); }

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

border-color css

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

 span { border-color: rgb(195,30,32); }

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