#c51b28

Color #C51B28 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #C51B28

Tints of Fire Engine Red #C51B28

Color information

#C51B28 (or 0xC51B28) is unknown color: approx Fire Engine Red. HEX triplet: C5, 1B and 28. RGB value is (197,27,40). Sum of RGB (Red+Green+Blue) = 197+27+40=264 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.62% from 264); Green value is 27 (10.94% from 255 or 10.23% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 197 - color contains mainly: red. Hex color #C51B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51B28 is #3AE4D7. Grayscale: #4F4F4F. Windows color (decimal): -3859672 or 2628549. OLE color: 2628549.

HSL color Cylindrical-coordinate representation of color #C51B28: hue angle of 355.41º degrees, saturation: 0.76, 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 #C51B28 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB1972740-
CMYK00.860.800.23
HSL355.41º75.89%43.92%-
HSV(B)355.41º86.29%77.25%-
XYZ23.812.813.23-
YUV79.31105.82211.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 74.62%
GREEN value IS 27 (10.94% from 255) = 10.23%
BLUE value IS 40 (16.02% from 255) = 15.15%
R=74.62%
G=10.23%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197274000.860.800.23355.4175.8943.92
HexC51B2805650171634c2c
Octal305335001261202754311454
Binary1100010111011101000010101101010000101111011000111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c51b28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c51b28; }

 p { color: rgb(197,27,40); }

 H1.HeaderClassName
 {
   color: #c51b28;
 }
 .AnyTagClassName
 {
   color: #c51b28;
 }
</style>
background-color css

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

 a { background-color: rgb(197,27,40); }

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

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

 span { border-color: rgb(197,27,40); }

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