Html Css Color HEX #DA071D Fire Engine Red

📋 copy color: '#DA071D'

red 218 ◦ green 7 ◦ blue 29

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

Shades of Fire Engine Red #DA071D

Tints of Fire Engine Red #DA071D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.42%

R = 85.83%
G = 2.76%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA071D (or 0xDA071D) is known color: Fire Engine Red. HEX triplet: DA, 07 and 1D. RGB value is (218,7,29). Sum of RGB (Red+Green+Blue) = 218+7+29=254 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.83% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 218 - color contains mainly: red. Hex color #DA071D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA071D is #25F8E2. Grayscale: #484848. Windows color (decimal): -2488547 or 1902554. OLE color: 1902554.

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

Color convert

RGB 218 7 29 -
CMYK 0 0.97 0.87 0.15
HSL 353.74º 0.94% 0.44% -
HSV(B) 353.74º 0.97% 0.85% -
XYZ 29.21 15.15 2.55 -
YUV 72.6 103.4 231.71 -
System Red Green Blue C M Y K H S L
Decimal 218 7 29 0 0.97 0.87 0.15 353.74 0.94 0.44
Hex DA 7 1D 0 61 57 F 162 5E 2C
Octal 332 7 35 0 141 127 17 542 136 54
Binary 11011010 111 11101 0 1100001 1010111 1111 101100010 1011110 101100

Color Harmonies of #DA071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA071D

Black with #DA071D

Text Example


Text Example

White with #DA071D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA071D; }

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

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

background-color css

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

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

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

border-color css

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

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

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