#C51D25

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

Shades of Fire Engine Red #C51D25

Tints of Fire Engine Red #C51D25

Color information

#C51D25 (or 0xC51D25) is unknown color: approx Fire Engine Red. HEX triplet: C5, 1D and 25. RGB value is (197,29,37). Sum of RGB (Red+Green+Blue) = 197+29+37=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51D25 is #3AE2DA. Grayscale: #505050. Windows color (decimal): -3859163 or 2432453. OLE color: 2432453.

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

Color convert

RGB1972937-
CMYK00.850.810.23
HSL357.14º74.34%44.31%-
HSV(B)357.14º85.28%77.25%-
XYZ23.812.882.98-
YUV80.14103.66211.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 74.90%
GREEN value IS 29 (11.72% from 255) = 11.03%
BLUE value IS 37 (14.84% from 255) = 14.07%
R=74.90%
G=11.03%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197293700.850.810.23357.1474.3444.31
HexC51D2505551171654a2c
Octal305354501251212754511254
Binary1100010111101100101010101011010001101111011001011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51D25; }

 p { color: rgb(197,29,37); }

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

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

 a { background-color: rgb(197,29,37); }

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

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

 span { border-color: rgb(197,29,37); }

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