Html Css Color HEX #DF081C Fire Engine Red

📋 copy color: '#DF081C'

red 223 ◦ green 8 ◦ blue 28

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

Shades of Fire Engine Red #DF081C

Tints of Fire Engine Red #DF081C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.81%

R = 86.1%
G = 3.09%
B = 10.81%

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

#DF081C (or 0xDF081C) is known color: Fire Engine Red. HEX triplet: DF, 08 and 1C. RGB value is (223,8,28). Sum of RGB (Red+Green+Blue) = 223+8+28=259 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.10% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 223 - color contains mainly: red. Hex color #DF081C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF081C is #20F7E3. Grayscale: #4A4A4A. Windows color (decimal): -2160612 or 1837279. OLE color: 1837279.

HSL color Cylindrical-coordinate representation of color #DF081C: hue angle of 354.42º 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 #DF081C is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 8 28 -
CMYK 0 0.96 0.87 0.13
HSL 354.42º 0.93% 0.45% -
HSV(B) 354.42º 0.96% 0.87% -
XYZ 30.73 15.95 2.56 -
YUV 74.57 101.73 233.87 -
System Red Green Blue C M Y K H S L
Decimal 223 8 28 0 0.96 0.87 0.13 354.42 0.93 0.45
Hex DF 8 1C 0 60 57 D 162 5D 2D
Octal 337 10 34 0 140 127 15 542 135 55
Binary 11011111 1000 11100 0 1100000 1010111 1101 101100010 1011101 101101

Color Harmonies of #DF081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF081C

Black with #DF081C

Text Example


Text Example

White with #DF081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF081C; }

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

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

background-color css

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

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

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

border-color css

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

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

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