Html Css Color HEX #D2092A Fire Engine Red

📋 copy color: '#D2092A'

red 210 ◦ green 9 ◦ blue 42

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

Shades of Fire Engine Red #D2092A

Tints of Fire Engine Red #D2092A

RGB

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

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

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

R = 80.46%
G = 3.45%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.8

 K value IS 0.18

RGB Variations

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

Color information

#D2092A (or 0xD2092A) is known color: Fire Engine Red. HEX triplet: D2, 09 and 2A. RGB value is (210,9,42). Sum of RGB (Red+Green+Blue) = 210+9+42=261 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.46% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 210 - color contains mainly: red. Hex color #D2092A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2092A is #2DF6D5. Grayscale: #484848. Windows color (decimal): -3012310 or 2755026. OLE color: 2755026.

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

Color convert

RGB 210 9 42 -
CMYK 0 0.96 0.8 0.18
HSL 350.15º 0.92% 0.43% -
HSV(B) 350.15º 0.96% 0.82% -
XYZ 27.09 14.06 3.48 -
YUV 72.86 110.59 225.82 -
System Red Green Blue C M Y K H S L
Decimal 210 9 42 0 0.96 0.8 0.18 350.15 0.92 0.43
Hex D2 9 2A 0 60 50 12 15E 5C 2B
Octal 322 11 52 0 140 120 22 536 134 53
Binary 11010010 1001 101010 0 1100000 1010000 10010 101011110 1011100 101011

Color Harmonies of #D2092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2092A

Black with #D2092A

Text Example


Text Example

White with #D2092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2092A; }

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

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

background-color css

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

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

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

border-color css

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

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

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