Html Css Color HEX #DF081B Fire Engine Red

📋 copy color: '#DF081B'

red 223 ◦ green 8 ◦ blue 27

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

Shades of Fire Engine Red #DF081B

Tints of Fire Engine Red #DF081B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.47%

R = 86.43%
G = 3.1%
B = 10.47%

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

#DF081B (or 0xDF081B) is known color: Fire Engine Red. HEX triplet: DF, 08 and 1B. RGB value is (223,8,27). Sum of RGB (Red+Green+Blue) = 223+8+27=258 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.43% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 223 - color contains mainly: red. Hex color #DF081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF081B is #20F7E4. Grayscale: #4A4A4A. Windows color (decimal): -2160613 or 1771743. OLE color: 1771743.

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

Color convert

RGB 223 8 27 -
CMYK 0 0.96 0.88 0.13
HSL 354.7º 0.93% 0.45% -
HSV(B) 354.7º 0.96% 0.87% -
XYZ 30.72 15.94 2.49 -
YUV 74.45 101.23 233.96 -
System Red Green Blue C M Y K H S L
Decimal 223 8 27 0 0.96 0.88 0.13 354.7 0.93 0.45
Hex DF 8 1B 0 60 58 D 163 5D 2D
Octal 337 10 33 0 140 130 15 543 135 55
Binary 11011111 1000 11011 0 1100000 1011000 1101 101100011 1011101 101101

Color Harmonies of #DF081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF081B

Black with #DF081B

Text Example


Text Example

White with #DF081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF081B; }

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

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

background-color css

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

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

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

border-color css

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

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

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