Html Css Color HEX #DF081A Fire Engine Red

📋 copy color: '#DF081A'

red 223 ◦ green 8 ◦ blue 26

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

Shades of Fire Engine Red #DF081A

Tints of Fire Engine Red #DF081A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.12%

R = 86.77%
G = 3.11%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF081A (or 0xDF081A) is known color: Fire Engine Red. HEX triplet: DF, 08 and 1A. RGB value is (223,8,26). Sum of RGB (Red+Green+Blue) = 223+8+26=257 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.77% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 223 - color contains mainly: red. Hex color #DF081A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF081A is #20F7E5. Grayscale: #4A4A4A. Windows color (decimal): -2160614 or 1706207. OLE color: 1706207.

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

Color convert

RGB 223 8 26 -
CMYK 0 0.96 0.88 0.13
HSL 354.98º 0.93% 0.45% -
HSV(B) 354.98º 0.96% 0.87% -
XYZ 30.7 15.94 2.43 -
YUV 74.34 100.73 234.04 -
System Red Green Blue C M Y K H S L
Decimal 223 8 26 0 0.96 0.88 0.13 354.98 0.93 0.45
Hex DF 8 1A 0 60 58 D 163 5D 2D
Octal 337 10 32 0 140 130 15 543 135 55
Binary 11011111 1000 11010 0 1100000 1011000 1101 101100011 1011101 101101

Color Harmonies of #DF081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF081A

Black with #DF081A

Text Example


Text Example

White with #DF081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF081A; }

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

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

background-color css

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

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

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

border-color css

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

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

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