#D71C23

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

Shades of Fire Engine Red #D71C23

Tints of Fire Engine Red #D71C23

Color information

#D71C23 (or 0xD71C23) is unknown color: approx Fire Engine Red. HEX triplet: D7, 1C and 23. RGB value is (215,28,35). Sum of RGB (Red+Green+Blue) = 215+28+35=278 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.34% from 278); Green value is 28 (11.33% from 255 or 10.07% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71C23 is #28E3DC. Grayscale: #545454. Windows color (decimal): -2679773 or 2301143. OLE color: 2301143.

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

Color convert

RGB2152835-
CMYK00.870.840.16
HSL357.75º76.95%47.65%-
HSV(B)357.75º86.98%84.31%-
XYZ28.7415.43.05-
YUV84.7199.95220.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 77.34%
GREEN value IS 28 (11.33% from 255) = 10.07%
BLUE value IS 35 (14.06% from 255) = 12.59%
R=77.34%
G=10.07%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215283500.870.840.16357.7576.9547.65
HexD71C2305754101664d30
Octal327344301271242054611560
Binary1101011111100100011010101111010100100001011001101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71C23; }

 p { color: rgb(215,28,35); }

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

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

 a { background-color: rgb(215,28,35); }

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

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

 span { border-color: rgb(215,28,35); }

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