#D20B23

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

Shades of Fire Engine Red #D20B23

Tints of Fire Engine Red #D20B23

Color information

#D20B23 (or 0xD20B23) is unknown color: approx Fire Engine Red. HEX triplet: D2, 0B and 23. RGB value is (210,11,35). Sum of RGB (Red+Green+Blue) = 210+11+35=256 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.03% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 210 - color contains mainly: red. Hex color #D20B23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20B23 is #2DF4DC. Grayscale: #494949. Windows color (decimal): -3011805 or 2296786. OLE color: 2296786.

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

Color convert

RGB2101135-
CMYK00.950.830.18
HSL352.76º90.05%43.33%-
HSV(B)352.76º94.76%82.35%-
XYZ2714.062.88-
YUV73.24106.43225.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 82.03%
GREEN value IS 11 (4.69% from 255) = 4.30%
BLUE value IS 35 (14.06% from 255) = 13.67%
R=82.03%
G=4.30%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210113500.950.830.18352.7690.0543.33
HexD2B2305F53121615a2b
Octal322134301371232254113253
Binary110100101011100011010111111010011100101011000011011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20B23; }

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

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

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

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

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

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

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

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