Html Css Color HEX #D0181D Fire Engine Red

📋 copy color: '#D0181D'

red 208 ◦ green 24 ◦ blue 29

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

Shades of Fire Engine Red #D0181D

Tints of Fire Engine Red #D0181D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.2%

 BLUE value IS 29 (11.72% from 255) = 11.11%

R = 79.69%
G = 9.2%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0181D (or 0xD0181D) is known color: Fire Engine Red. HEX triplet: D0, 18 and 1D. RGB value is (208,24,29). Sum of RGB (Red+Green+Blue) = 208+24+29=261 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.69% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 208 - color contains mainly: red. Hex color #D0181D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0181D is #2FE7E2. Grayscale: #4F4F4F. Windows color (decimal): -3139555 or 1906896. OLE color: 1906896.

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

Color convert

RGB 208 24 29 -
CMYK 0 0.88 0.86 0.18
HSL 358.37º 0.79% 0.45% -
HSV(B) 358.37º 0.88% 0.82% -
XYZ 26.56 14.15 2.49 -
YUV 79.59 99.46 219.59 -
System Red Green Blue C M Y K H S L
Decimal 208 24 29 0 0.88 0.86 0.18 358.37 0.79 0.45
Hex D0 18 1D 0 58 56 12 166 4F 2D
Octal 320 30 35 0 130 126 22 546 117 55
Binary 11010000 11000 11101 0 1011000 1010110 10010 101100110 1001111 101101

Color Harmonies of #D0181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0181D

Black with #D0181D

Text Example


Text Example

White with #D0181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0181D; }

 p { color: rgb(208,24,29); }

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

background-color css

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

 a { background-color: rgb(208,24,29); }

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

border-color css

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

 span { border-color: rgb(208,24,29); }

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