Html Css Color HEX #D0161F Fire Engine Red

📋 copy color: '#D0161F'

red 208 ◦ green 22 ◦ blue 31

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

Shades of Fire Engine Red #D0161F

Tints of Fire Engine Red #D0161F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.88%

R = 79.69%
G = 8.43%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0161F (or 0xD0161F) is known color: Fire Engine Red. HEX triplet: D0, 16 and 1F. RGB value is (208,22,31). Sum of RGB (Red+Green+Blue) = 208+22+31=261 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.69% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 208 - color contains mainly: red. Hex color #D0161F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0161F is #2FE9E0. Grayscale: #4E4E4E. Windows color (decimal): -3140065 or 2037456. OLE color: 2037456.

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

Color convert

RGB 208 22 31 -
CMYK 0 0.89 0.85 0.18
HSL 357.1º 0.81% 0.45% -
HSV(B) 357.1º 0.89% 0.82% -
XYZ 26.55 14.08 2.62 -
YUV 78.64 101.12 220.27 -
System Red Green Blue C M Y K H S L
Decimal 208 22 31 0 0.89 0.85 0.18 357.1 0.81 0.45
Hex D0 16 1F 0 59 55 12 165 51 2D
Octal 320 26 37 0 131 125 22 545 121 55
Binary 11010000 10110 11111 0 1011001 1010101 10010 101100101 1010001 101101

Color Harmonies of #D0161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0161F

Black with #D0161F

Text Example


Text Example

White with #D0161F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0161F; }

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

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

background-color css

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

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

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

border-color css

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

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

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