Html Css Color HEX #D6092B Fire Engine Red

📋 copy color: '#D6092B'

red 214 ◦ green 9 ◦ blue 43

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

Shades of Fire Engine Red #D6092B

Tints of Fire Engine Red #D6092B

RGB

 RED value IS 214 (83.98% from 255) = 80.45%

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

 BLUE value IS 43 (17.19% from 255) = 16.17%

R = 80.45%
G = 3.38%
B = 16.17%

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

#D6092B (or 0xD6092B) is known color: Fire Engine Red. HEX triplet: D6, 09 and 2B. RGB value is (214,9,43). Sum of RGB (Red+Green+Blue) = 214+9+43=266 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.45% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 214 - color contains mainly: red. Hex color #D6092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6092B is #29F6D4. Grayscale: #4A4A4A. Windows color (decimal): -2750165 or 2820566. OLE color: 2820566.

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

Color convert

RGB 214 9 43 -
CMYK 0 0.96 0.80 0.16
HSL 350.05º 0.92% 0.44% -
HSV(B) 350.05º 0.96% 0.84% -
XYZ 28.27 14.67 3.63 -
YUV 74.17 110.42 227.74 -
System Red Green Blue C M Y K H S L
Decimal 214 9 43 0 0.96 0.80 0.16 350.05 0.92 0.44
Hex D6 9 2B 0 60 50 10 15E 5C 2C
Octal 326 11 53 0 140 120 20 536 134 54
Binary 11010110 1001 101011 0 1100000 1010000 10000 101011110 1011100 101100

Color Harmonies of #D6092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6092B

Black with #D6092B

Text Example


Text Example

White with #D6092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6092B; }

 p { color: rgb(214,9,43); }

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

background-color css

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

 a { background-color: rgb(214,9,43); }

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

border-color css

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

 span { border-color: rgb(214,9,43); }

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