Html Css Color HEX #C31F20 Fire Engine Red

📋 copy color: '#C31F20'

red 195 ◦ green 31 ◦ blue 32

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

Shades of Fire Engine Red #C31F20

Tints of Fire Engine Red #C31F20

RGB

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

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

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

R = 75.58%
G = 12.02%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C31F20 (or 0xC31F20) is known color: Fire Engine Red. HEX triplet: C3, 1F and 20. RGB value is (195,31,32). Sum of RGB (Red+Green+Blue) = 195+31+32=258 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.58% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31F20 is #3CE0DF. Grayscale: #505050. Windows color (decimal): -3989728 or 2105283. OLE color: 2105283.

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

Color convert

RGB 195 31 32 -
CMYK 0 0.84 0.84 0.24
HSL 359.63º 0.73% 0.44% -
HSV(B) 359.63º 0.84% 0.76% -
XYZ 23.26 12.69 2.59 -
YUV 80.15 100.83 209.92 -
System Red Green Blue C M Y K H S L
Decimal 195 31 32 0 0.84 0.84 0.24 359.63 0.73 0.44
Hex C3 1F 20 0 54 54 18 168 49 2C
Octal 303 37 40 0 124 124 30 550 111 54
Binary 11000011 11111 100000 0 1010100 1010100 11000 101101000 1001001 101100

Color Harmonies of #C31F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F20

Black with #C31F20

Text Example


Text Example

White with #C31F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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