Html Css Color HEX #D0162C Fire Engine Red

📋 copy color: '#D0162C'

red 208 ◦ green 22 ◦ blue 44

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

Shades of Fire Engine Red #D0162C

Tints of Fire Engine Red #D0162C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.03%

 BLUE value IS 44 (17.58% from 255) = 16.06%

R = 75.91%
G = 8.03%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0162C (or 0xD0162C) is known color: Fire Engine Red. HEX triplet: D0, 16 and 2C. RGB value is (208,22,44). Sum of RGB (Red+Green+Blue) = 208+22+44=274 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.91% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 208 - color contains mainly: red. Hex color #D0162C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0162C is #2FE9D3. Grayscale: #505050. Windows color (decimal): -3140052 or 2889424. OLE color: 2889424.

HSL color Cylindrical-coordinate representation of color #D0162C: hue angle of 352.9º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0162C is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 22 44 -
CMYK 0 0.89 0.79 0.18
HSL 352.9º 0.81% 0.45% -
HSV(B) 352.9º 0.89% 0.82% -
XYZ 26.75 14.17 3.71 -
YUV 80.12 107.62 219.21 -
System Red Green Blue C M Y K H S L
Decimal 208 22 44 0 0.89 0.79 0.18 352.9 0.81 0.45
Hex D0 16 2C 0 59 4F 12 161 51 2D
Octal 320 26 54 0 131 117 22 541 121 55
Binary 11010000 10110 101100 0 1011001 1001111 10010 101100001 1010001 101101

Color Harmonies of #D0162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0162C

Black with #D0162C

Text Example


Text Example

White with #D0162C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0162C; }

 p { color: rgb(208,22,44); }

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

background-color css

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

 a { background-color: rgb(208,22,44); }

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

border-color css

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

 span { border-color: rgb(208,22,44); }

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