Html Css Color HEX #C31420 Fire Engine Red

📋 copy color: '#C31420'

red 195 ◦ green 20 ◦ blue 32

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

Shades of Fire Engine Red #C31420

Tints of Fire Engine Red #C31420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.1%

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

R = 78.95%
G = 8.1%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C31420 (or 0xC31420) is known color: Fire Engine Red. HEX triplet: C3, 14 and 20. RGB value is (195,20,32). Sum of RGB (Red+Green+Blue) = 195+20+32=247 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.95% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 195 - color contains mainly: red. Hex color #C31420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31420 is #3CEBDF. Grayscale: #494949. Windows color (decimal): -3992544 or 2102467. OLE color: 2102467.

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

Color convert

RGB 195 20 32 -
CMYK 0 0.90 0.84 0.24
HSL 355.89º 0.81% 0.42% -
HSV(B) 355.89º 0.9% 0.76% -
XYZ 23.02 12.21 2.51 -
YUV 73.69 104.48 214.52 -
System Red Green Blue C M Y K H S L
Decimal 195 20 32 0 0.90 0.84 0.24 355.89 0.81 0.42
Hex C3 14 20 0 5A 54 18 164 51 2A
Octal 303 24 40 0 132 124 30 544 121 52
Binary 11000011 10100 100000 0 1011010 1010100 11000 101100100 1010001 101010

Color Harmonies of #C31420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31420

Black with #C31420

Text Example


Text Example

White with #C31420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31420; }

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

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

background-color css

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

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

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

border-color css

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

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

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