Html Css Color HEX #C51A1F Fire Engine Red

📋 copy color: '#C51A1F'

red 197 ◦ green 26 ◦ blue 31

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

Shades of Fire Engine Red #C51A1F

Tints of Fire Engine Red #C51A1F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.24%

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

R = 77.56%
G = 10.24%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C51A1F (or 0xC51A1F) is known color: Fire Engine Red. HEX triplet: C5, 1A and 1F. RGB value is (197,26,31). Sum of RGB (Red+Green+Blue) = 197+26+31=254 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.56% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51A1F is #3AE5E0. Grayscale: #4D4D4D. Windows color (decimal): -3859937 or 2038469. OLE color: 2038469.

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

Color convert

RGB 197 26 31 -
CMYK 0 0.87 0.84 0.23
HSL 358.25º 0.77% 0.44% -
HSV(B) 358.25º 0.87% 0.77% -
XYZ 23.64 12.71 2.5 -
YUV 77.7 101.65 213.09 -
System Red Green Blue C M Y K H S L
Decimal 197 26 31 0 0.87 0.84 0.23 358.25 0.77 0.44
Hex C5 1A 1F 0 57 54 17 166 4D 2C
Octal 305 32 37 0 127 124 27 546 115 54
Binary 11000101 11010 11111 0 1010111 1010100 10111 101100110 1001101 101100

Color Harmonies of #C51A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51A1F

Black with #C51A1F

Text Example


Text Example

White with #C51A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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