Html Css Color HEX #D0092D Fire Engine Red

📋 copy color: '#D0092D'

red 208 ◦ green 9 ◦ blue 45

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

Shades of Fire Engine Red #D0092D

Tints of Fire Engine Red #D0092D

RGB

 RED value IS 208 (81.64% from 255) = 79.39%

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

 BLUE value IS 45 (17.97% from 255) = 17.18%

R = 79.39%
G = 3.44%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0092D (or 0xD0092D) is known color: Fire Engine Red. HEX triplet: D0, 09 and 2D. RGB value is (208,9,45). Sum of RGB (Red+Green+Blue) = 208+9+45=262 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.39% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 208 - color contains mainly: red. Hex color #D0092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0092D is #2FF6D2. Grayscale: #484848. Windows color (decimal): -3143379 or 2951632. OLE color: 2951632.

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

Color convert

RGB 208 9 45 -
CMYK 0 0.96 0.78 0.18
HSL 349.15º 0.92% 0.43% -
HSV(B) 349.15º 0.96% 0.82% -
XYZ 26.58 13.79 3.74 -
YUV 72.61 112.43 224.57 -
System Red Green Blue C M Y K H S L
Decimal 208 9 45 0 0.96 0.78 0.18 349.15 0.92 0.43
Hex D0 9 2D 0 60 4E 12 15D 5C 2B
Octal 320 11 55 0 140 116 22 535 134 53
Binary 11010000 1001 101101 0 1100000 1001110 10010 101011101 1011100 101011

Color Harmonies of #D0092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0092D

Black with #D0092D

Text Example


Text Example

White with #D0092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0092D; }

 p { color: rgb(208,9,45); }

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

background-color css

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

 a { background-color: rgb(208,9,45); }

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

border-color css

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

 span { border-color: rgb(208,9,45); }

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