Html Css Color HEX #D2091F Fire Engine Red

📋 copy color: '#D2091F'

red 210 ◦ green 9 ◦ blue 31

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

Shades of Fire Engine Red #D2091F

Tints of Fire Engine Red #D2091F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.6%

 BLUE value IS 31 (12.5% from 255) = 12.4%

R = 84%
G = 3.6%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2091F (or 0xD2091F) is known color: Fire Engine Red. HEX triplet: D2, 09 and 1F. RGB value is (210,9,31). Sum of RGB (Red+Green+Blue) = 210+9+31=250 (33% of max value = 765). Red value is 210 (82.42% from 255 or 84% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 210 - color contains mainly: red. Hex color #D2091F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2091F is #2DF6E0. Grayscale: #474747. Windows color (decimal): -3012321 or 2034130. OLE color: 2034130.

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

Color convert

RGB 210 9 31 -
CMYK 0 0.96 0.85 0.18
HSL 353.43º 0.92% 0.43% -
HSV(B) 353.43º 0.96% 0.82% -
XYZ 26.92 14 2.58 -
YUV 71.61 105.09 226.71 -
System Red Green Blue C M Y K H S L
Decimal 210 9 31 0 0.96 0.85 0.18 353.43 0.92 0.43
Hex D2 9 1F 0 60 55 12 161 5C 2B
Octal 322 11 37 0 140 125 22 541 134 53
Binary 11010010 1001 11111 0 1100000 1010101 10010 101100001 1011100 101011

Color Harmonies of #D2091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2091F

Black with #D2091F

Text Example


Text Example

White with #D2091F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2091F; }

 p { color: rgb(210,9,31); }

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

background-color css

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

 a { background-color: rgb(210,9,31); }

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

border-color css

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

 span { border-color: rgb(210,9,31); }

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