Html Css Color HEX #D20E1A Fire Engine Red

📋 copy color: '#D20E1A'

red 210 ◦ green 14 ◦ blue 26

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

Shades of Fire Engine Red #D20E1A

Tints of Fire Engine Red #D20E1A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.6%

 BLUE value IS 26 (10.55% from 255) = 10.4%

R = 84%
G = 5.6%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D20E1A (or 0xD20E1A) is known color: Fire Engine Red. HEX triplet: D2, 0E and 1A. RGB value is (210,14,26). Sum of RGB (Red+Green+Blue) = 210+14+26=250 (33% of max value = 765). Red value is 210 (82.42% from 255 or 84% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20E1A is #2DF1E5. Grayscale: #4A4A4A. Windows color (decimal): -3011046 or 1707730. OLE color: 1707730.

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

Color convert

RGB 210 14 26 -
CMYK 0 0.93 0.88 0.18
HSL 356.33º 0.88% 0.44% -
HSV(B) 356.33º 0.93% 0.82% -
XYZ 26.92 14.09 2.28 -
YUV 73.97 100.93 225.02 -
System Red Green Blue C M Y K H S L
Decimal 210 14 26 0 0.93 0.88 0.18 356.33 0.88 0.44
Hex D2 E 1A 0 5D 58 12 164 58 2C
Octal 322 16 32 0 135 130 22 544 130 54
Binary 11010010 1110 11010 0 1011101 1011000 10010 101100100 1011000 101100

Color Harmonies of #D20E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20E1A

Black with #D20E1A

Text Example


Text Example

White with #D20E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20E1A; }

 p { color: rgb(210,14,26); }

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

background-color css

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

 a { background-color: rgb(210,14,26); }

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

border-color css

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

 span { border-color: rgb(210,14,26); }

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