Html Css Color HEX #C51C1F Fire Engine Red

📋 copy color: '#C51C1F'

red 197 ◦ green 28 ◦ blue 31

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

Shades of Fire Engine Red #C51C1F

Tints of Fire Engine Red #C51C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.94%

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

R = 76.95%
G = 10.94%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C51C1F (or 0xC51C1F) is known color: Fire Engine Red. HEX triplet: C5, 1C and 1F. RGB value is (197,28,31). Sum of RGB (Red+Green+Blue) = 197+28+31=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51C1F is #3AE3E0. Grayscale: #4F4F4F. Windows color (decimal): -3859425 or 2038981. OLE color: 2038981.

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

Color convert

RGB 197 28 31 -
CMYK 0 0.86 0.84 0.23
HSL 358.93º 0.75% 0.44% -
HSV(B) 358.93º 0.86% 0.77% -
XYZ 23.69 12.8 2.52 -
YUV 78.87 100.99 212.26 -
System Red Green Blue C M Y K H S L
Decimal 197 28 31 0 0.86 0.84 0.23 358.93 0.75 0.44
Hex C5 1C 1F 0 56 54 17 167 4B 2C
Octal 305 34 37 0 126 124 27 547 113 54
Binary 11000101 11100 11111 0 1010110 1010100 10111 101100111 1001011 101100

Color Harmonies of #C51C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51C1F

Black with #C51C1F

Text Example


Text Example

White with #C51C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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