Html Css Color HEX #D0092A Fire Engine Red

📋 copy color: '#D0092A'

red 208 ◦ green 9 ◦ blue 42

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

Shades of Fire Engine Red #D0092A

Tints of Fire Engine Red #D0092A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.22%

R = 80.31%
G = 3.47%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D0092A (or 0xD0092A) is known color: Fire Engine Red. HEX triplet: D0, 09 and 2A. RGB value is (208,9,42). Sum of RGB (Red+Green+Blue) = 208+9+42=259 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.31% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 208 - color contains mainly: red. Hex color #D0092A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0092A is #2FF6D5. Grayscale: #484848. Windows color (decimal): -3143382 or 2755024. OLE color: 2755024.

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

Color convert

RGB 208 9 42 -
CMYK 0 0.96 0.80 0.18
HSL 350.05º 0.92% 0.43% -
HSV(B) 350.05º 0.96% 0.82% -
XYZ 26.53 13.77 3.45 -
YUV 72.26 110.93 224.82 -
System Red Green Blue C M Y K H S L
Decimal 208 9 42 0 0.96 0.80 0.18 350.05 0.92 0.43
Hex D0 9 2A 0 60 50 12 15E 5C 2B
Octal 320 11 52 0 140 120 22 536 134 53
Binary 11010000 1001 101010 0 1100000 1010000 10010 101011110 1011100 101011

Color Harmonies of #D0092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0092A

Black with #D0092A

Text Example


Text Example

White with #D0092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0092A; }

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

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

background-color css

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

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

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

border-color css

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

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

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