Html Css Color HEX #C31419 Fire Engine Red

📋 copy color: '#C31419'

red 195 ◦ green 20 ◦ blue 25

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

Shades of Fire Engine Red #C31419

Tints of Fire Engine Red #C31419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.42%

R = 81.25%
G = 8.33%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C31419 (or 0xC31419) is known color: Fire Engine Red. HEX triplet: C3, 14 and 19. RGB value is (195,20,25). Sum of RGB (Red+Green+Blue) = 195+20+25=240 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.25% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 195 - color contains mainly: red. Hex color #C31419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31419 is #3CEBE6. Grayscale: #494949. Windows color (decimal): -3992551 or 1643715. OLE color: 1643715.

HSL color Cylindrical-coordinate representation of color #C31419: hue angle of 358.29º 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 #C31419 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 20 25 -
CMYK 0 0.90 0.87 0.24
HSL 358.29º 0.81% 0.42% -
HSV(B) 358.29º 0.9% 0.76% -
XYZ 22.93 12.17 2.06 -
YUV 72.9 100.98 215.09 -
System Red Green Blue C M Y K H S L
Decimal 195 20 25 0 0.90 0.87 0.24 358.29 0.81 0.42
Hex C3 14 19 0 5A 57 18 166 51 2A
Octal 303 24 31 0 132 127 30 546 121 52
Binary 11000011 10100 11001 0 1011010 1010111 11000 101100110 1010001 101010

Color Harmonies of #C31419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31419

Black with #C31419

Text Example


Text Example

White with #C31419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31419; }

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

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

background-color css

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

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

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

border-color css

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

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

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