Html Css Color HEX #DA071F Fire Engine Red

📋 copy color: '#DA071F'

red 218 ◦ green 7 ◦ blue 31

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

Shades of Fire Engine Red #DA071F

Tints of Fire Engine Red #DA071F

RGB

 RED value IS 218 (85.55% from 255) = 85.16%

 GREEN value IS 7 (3.13% from 255) = 2.73%

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

R = 85.16%
G = 2.73%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA071F (or 0xDA071F) is known color: Fire Engine Red. HEX triplet: DA, 07 and 1F. RGB value is (218,7,31). Sum of RGB (Red+Green+Blue) = 218+7+31=256 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.16% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 218 - color contains mainly: red. Hex color #DA071F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA071F is #25F8E0. Grayscale: #484848. Windows color (decimal): -2488545 or 2033626. OLE color: 2033626.

HSL color Cylindrical-coordinate representation of color #DA071F: hue angle of 353.18º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA071F is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 7 31 -
CMYK 0 0.97 0.86 0.15
HSL 353.18º 0.94% 0.44% -
HSV(B) 353.18º 0.97% 0.85% -
XYZ 29.24 15.16 2.68 -
YUV 72.83 104.4 231.55 -
System Red Green Blue C M Y K H S L
Decimal 218 7 31 0 0.97 0.86 0.15 353.18 0.94 0.44
Hex DA 7 1F 0 61 56 F 161 5E 2C
Octal 332 7 37 0 141 126 17 541 136 54
Binary 11011010 111 11111 0 1100001 1010110 1111 101100001 1011110 101100

Color Harmonies of #DA071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA071F

Black with #DA071F

Text Example


Text Example

White with #DA071F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA071F; }

 p { color: rgb(218,7,31); }

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

background-color css

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

 a { background-color: rgb(218,7,31); }

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

border-color css

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

 span { border-color: rgb(218,7,31); }

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