Html Css Color HEX #DF061F Fire Engine Red

📋 copy color: '#DF061F'

red 223 ◦ green 6 ◦ blue 31

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

Shades of Fire Engine Red #DF061F

Tints of Fire Engine Red #DF061F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.31%

 BLUE value IS 31 (12.5% from 255) = 11.92%

R = 85.77%
G = 2.31%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF061F (or 0xDF061F) is known color: Fire Engine Red. HEX triplet: DF, 06 and 1F. RGB value is (223,6,31). Sum of RGB (Red+Green+Blue) = 223+6+31=260 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.77% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 223 - color contains mainly: red. Hex color #DF061F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF061F is #20F9E0. Grayscale: #494949. Windows color (decimal): -2161121 or 2033375. OLE color: 2033375.

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

Color convert

RGB 223 6 31 -
CMYK 0 0.97 0.86 0.13
HSL 353.09º 0.95% 0.45% -
HSV(B) 353.09º 0.97% 0.87% -
XYZ 30.74 15.92 2.75 -
YUV 73.73 103.89 234.47 -
System Red Green Blue C M Y K H S L
Decimal 223 6 31 0 0.97 0.86 0.13 353.09 0.95 0.45
Hex DF 6 1F 0 61 56 D 161 5F 2D
Octal 337 6 37 0 141 126 15 541 137 55
Binary 11011111 110 11111 0 1100001 1010110 1101 101100001 1011111 101101

Color Harmonies of #DF061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF061F

Black with #DF061F

Text Example


Text Example

White with #DF061F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF061F; }

 p { color: rgb(223,6,31); }

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

background-color css

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

 a { background-color: rgb(223,6,31); }

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

border-color css

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

 span { border-color: rgb(223,6,31); }

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