Html Css Color HEX #D7092A Fire Engine Red

📋 copy color: '#D7092A'

red 215 ◦ green 9 ◦ blue 42

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

Shades of Fire Engine Red #D7092A

Tints of Fire Engine Red #D7092A

RGB

 RED value IS 215 (84.38% from 255) = 80.83%

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

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

R = 80.83%
G = 3.38%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7092A (or 0xD7092A) is known color: Fire Engine Red. HEX triplet: D7, 09 and 2A. RGB value is (215,9,42). Sum of RGB (Red+Green+Blue) = 215+9+42=266 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.83% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 215 - color contains mainly: red. Hex color #D7092A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7092A is #28F6D5. Grayscale: #4A4A4A. Windows color (decimal): -2684630 or 2755031. OLE color: 2755031.

HSL color Cylindrical-coordinate representation of color #D7092A: hue angle of 350.39º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7092A is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 9 42 -
CMYK 0 0.96 0.80 0.16
HSL 350.39º 0.92% 0.44% -
HSV(B) 350.39º 0.96% 0.84% -
XYZ 28.54 14.81 3.54 -
YUV 74.36 109.75 228.32 -
System Red Green Blue C M Y K H S L
Decimal 215 9 42 0 0.96 0.80 0.16 350.39 0.92 0.44
Hex D7 9 2A 0 60 50 10 15E 5C 2C
Octal 327 11 52 0 140 120 20 536 134 54
Binary 11010111 1001 101010 0 1100000 1010000 10000 101011110 1011100 101100

Color Harmonies of #D7092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7092A

Black with #D7092A

Text Example


Text Example

White with #D7092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7092A; }

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

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

background-color css

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

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

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

border-color css

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

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

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