#D2101B

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

Shades of Fire Engine Red #D2101B

Tints of Fire Engine Red #D2101B

Color information

#D2101B (or 0xD2101B) is unknown color: approx Fire Engine Red. HEX triplet: D2, 10 and 1B. RGB value is (210,16,27). Sum of RGB (Red+Green+Blue) = 210+16+27=253 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.00% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 210 - color contains mainly: red. Hex color #D2101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2101B is #2DEFE4. Grayscale: #4B4B4B. Windows color (decimal): -3010533 or 1773778. OLE color: 1773778.

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

Color convert

RGB2101627-
CMYK00.920.870.18
HSL356.6º85.84%44.31%-
HSV(B)356.6º92.38%82.35%-
XYZ26.9614.152.35-
YUV75.26100.77224.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 83.00%
GREEN value IS 16 (6.64% from 255) = 6.32%
BLUE value IS 27 (10.94% from 255) = 10.67%
R=83.00%
G=6.32%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210162700.920.870.18356.685.8444.31
HexD2101B05C5712165562c
Octal322203301341272254512654
Binary110100101000011011010111001010111100101011001011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2101B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2101B; }

 p { color: rgb(210,16,27); }

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

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

 a { background-color: rgb(210,16,27); }

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

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

 span { border-color: rgb(210,16,27); }

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