Html Css Color HEX #C51E1F Fire Engine Red

📋 copy color: '#C51E1F'

red 197 ◦ green 30 ◦ blue 31

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

Shades of Fire Engine Red #C51E1F

Tints of Fire Engine Red #C51E1F

RGB

 RED value IS 197 (77.34% from 255) = 76.36%

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

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

R = 76.36%
G = 11.63%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C51E1F (or 0xC51E1F) is known color: Fire Engine Red. HEX triplet: C5, 1E and 1F. RGB value is (197,30,31). Sum of RGB (Red+Green+Blue) = 197+30+31=258 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.36% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51E1F is #3AE1E0. Grayscale: #505050. Windows color (decimal): -3858913 or 2039493. OLE color: 2039493.

HSL color Cylindrical-coordinate representation of color #C51E1F: hue angle of 359.64º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51E1F is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 30 31 -
CMYK 0 0.85 0.84 0.23
HSL 359.64º 0.74% 0.45% -
HSV(B) 359.64º 0.85% 0.77% -
XYZ 23.74 12.9 2.53 -
YUV 80.05 100.33 211.42 -
System Red Green Blue C M Y K H S L
Decimal 197 30 31 0 0.85 0.84 0.23 359.64 0.74 0.45
Hex C5 1E 1F 0 55 54 17 168 4A 2D
Octal 305 36 37 0 125 124 27 550 112 55
Binary 11000101 11110 11111 0 1010101 1010100 10111 101101000 1001010 101101

Color Harmonies of #C51E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E1F

Black with #C51E1F

Text Example


Text Example

White with #C51E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E1F; }

 p { color: rgb(197,30,31); }

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

background-color css

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

 a { background-color: rgb(197,30,31); }

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

border-color css

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

 span { border-color: rgb(197,30,31); }

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