Html Css Color HEX #D20B1E Fire Engine Red

📋 copy color: '#D20B1E'

red 210 ◦ green 11 ◦ blue 30

#D20B1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #D20B1E

Tints of Fire Engine Red #D20B1E

RGB

 RED value IS 210 (82.42% from 255) = 83.67%

 GREEN value IS 11 (4.69% from 255) = 4.38%

 BLUE value IS 30 (12.11% from 255) = 11.95%

R = 83.67%
G = 4.38%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D20B1E (or 0xD20B1E) is known color: Fire Engine Red. HEX triplet: D2, 0B and 1E. RGB value is (210,11,30). Sum of RGB (Red+Green+Blue) = 210+11+30=251 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.67% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 210 - color contains mainly: red. Hex color #D20B1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20B1E is #2DF4E1. Grayscale: #484848. Windows color (decimal): -3011810 or 1969106. OLE color: 1969106.

HSL color Cylindrical-coordinate representation of color #D20B1E: hue angle of 354.27º 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 #D20B1E is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 11 30 -
CMYK 0 0.95 0.86 0.18
HSL 354.27º 0.9% 0.43% -
HSV(B) 354.27º 0.95% 0.82% -
XYZ 26.93 14.03 2.52 -
YUV 72.67 103.93 225.96 -
System Red Green Blue C M Y K H S L
Decimal 210 11 30 0 0.95 0.86 0.18 354.27 0.9 0.43
Hex D2 B 1E 0 5F 56 12 162 5A 2B
Octal 322 13 36 0 137 126 22 542 132 53
Binary 11010010 1011 11110 0 1011111 1010110 10010 101100010 1011010 101011

Color Harmonies of #D20B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20B1E

Black with #D20B1E

Text Example


Text Example

White with #D20B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20B1E; }

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

 H1.HeaderClassName
 {
   color: #D20B1E;
 }
 .AnyTagClassName
 {
   color: #D20B1E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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