Html Css Color HEX #D0162A Fire Engine Red

📋 copy color: '#D0162A'

red 208 ◦ green 22 ◦ blue 42

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

Shades of Fire Engine Red #D0162A

Tints of Fire Engine Red #D0162A

RGB

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

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

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

R = 76.47%
G = 8.09%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D0162A (or 0xD0162A) is known color: Fire Engine Red. HEX triplet: D0, 16 and 2A. RGB value is (208,22,42). Sum of RGB (Red+Green+Blue) = 208+22+42=272 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.47% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 208 - color contains mainly: red. Hex color #D0162A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0162A is #2FE9D5. Grayscale: #505050. Windows color (decimal): -3140054 or 2758352. OLE color: 2758352.

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

Color convert

RGB 208 22 42 -
CMYK 0 0.89 0.80 0.18
HSL 353.55º 0.81% 0.45% -
HSV(B) 353.55º 0.89% 0.82% -
XYZ 26.72 14.15 3.51 -
YUV 79.89 106.62 219.37 -
System Red Green Blue C M Y K H S L
Decimal 208 22 42 0 0.89 0.80 0.18 353.55 0.81 0.45
Hex D0 16 2A 0 59 50 12 162 51 2D
Octal 320 26 52 0 131 120 22 542 121 55
Binary 11010000 10110 101010 0 1011001 1010000 10010 101100010 1010001 101101

Color Harmonies of #D0162A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0162A

Black with #D0162A

Text Example


Text Example

White with #D0162A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0162A; }

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

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

background-color css

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

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

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

border-color css

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

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

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