#d21c23

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

Shades of Fire Engine Red #D21C23

Tints of Fire Engine Red #D21C23

Color information

#D21C23 (or 0xD21C23) is unknown color: approx Fire Engine Red. HEX triplet: D2, 1C and 23. RGB value is (210,28,35). Sum of RGB (Red+Green+Blue) = 210+28+35=273 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.92% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21C23 is #2DE3DC. Grayscale: #535353. Windows color (decimal): -3007453 or 2301138. OLE color: 2301138.

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

Color convert

RGB2102835-
CMYK00.870.830.18
HSL357.69º76.47%46.67%-
HSV(B)357.69º86.67%82.35%-
XYZ27.314.652.98-
YUV83.22100.8218.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 76.92%
GREEN value IS 28 (11.33% from 255) = 10.26%
BLUE value IS 35 (14.06% from 255) = 12.82%
R=76.92%
G=10.26%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210283500.870.830.18357.6976.4746.67
HexD21C2305753121664c2f
Octal322344301271232254611457
Binary1101001011100100011010101111010011100101011001101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d21c23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d21c23; }

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

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

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

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

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

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

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

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