Html Css Color HEX #DF081D Fire Engine Red

📋 copy color: '#DF081D'

red 223 ◦ green 8 ◦ blue 29

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

Shades of Fire Engine Red #DF081D

Tints of Fire Engine Red #DF081D

RGB

 RED value IS 223 (87.5% from 255) = 85.77%

 GREEN value IS 8 (3.52% from 255) = 3.08%

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

R = 85.77%
G = 3.08%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF081D (or 0xDF081D) is known color: Fire Engine Red. HEX triplet: DF, 08 and 1D. RGB value is (223,8,29). Sum of RGB (Red+Green+Blue) = 223+8+29=260 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.77% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 223 - color contains mainly: red. Hex color #DF081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF081D is #20F7E2. Grayscale: #4A4A4A. Windows color (decimal): -2160611 or 1902815. OLE color: 1902815.

HSL color Cylindrical-coordinate representation of color #DF081D: hue angle of 354.14º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF081D is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 8 29 -
CMYK 0 0.96 0.87 0.13
HSL 354.14º 0.93% 0.45% -
HSV(B) 354.14º 0.96% 0.87% -
XYZ 30.74 15.95 2.62 -
YUV 74.68 102.23 233.79 -
System Red Green Blue C M Y K H S L
Decimal 223 8 29 0 0.96 0.87 0.13 354.14 0.93 0.45
Hex DF 8 1D 0 60 57 D 162 5D 2D
Octal 337 10 35 0 140 127 15 542 135 55
Binary 11011111 1000 11101 0 1100000 1010111 1101 101100010 1011101 101101

Color Harmonies of #DF081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF081D

Black with #DF081D

Text Example


Text Example

White with #DF081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF081D; }

 p { color: rgb(223,8,29); }

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

background-color css

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

 a { background-color: rgb(223,8,29); }

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

border-color css

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

 span { border-color: rgb(223,8,29); }

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