#D51C26

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

Shades of Fire Engine Red #D51C26

Tints of Fire Engine Red #D51C26

Color information

#D51C26 (or 0xD51C26) is unknown color: approx Fire Engine Red. HEX triplet: D5, 1C and 26. RGB value is (213,28,38). Sum of RGB (Red+Green+Blue) = 213+28+38=279 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.34% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 213 - color contains mainly: red. Hex color #D51C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51C26 is #2AE3D9. Grayscale: #545454. Windows color (decimal): -2810842 or 2497749. OLE color: 2497749.

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

Color convert

RGB2132838-
CMYK00.870.820.16
HSL356.76º76.76%47.25%-
HSV(B)356.76º86.85%83.53%-
XYZ28.2115.123.26-
YUV84.45101.79219.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 76.34%
GREEN value IS 28 (11.33% from 255) = 10.04%
BLUE value IS 38 (15.23% from 255) = 13.62%
R=76.34%
G=10.04%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213283800.870.820.16356.7676.7647.25
HexD51C2605752101654d2f
Octal325344601271222054511557
Binary1101010111100100110010101111010010100001011001011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51C26; }

 p { color: rgb(213,28,38); }

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

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

 a { background-color: rgb(213,28,38); }

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

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

 span { border-color: rgb(213,28,38); }

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