Html Css Color HEX #DA1011 Fire Engine Red

📋 copy color: '#DA1011'

red 218 ◦ green 16 ◦ blue 17

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

Shades of Fire Engine Red #DA1011

Tints of Fire Engine Red #DA1011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.37%

 BLUE value IS 17 (7.03% from 255) = 6.77%

R = 86.85%
G = 6.37%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA1011 (or 0xDA1011) is known color: Fire Engine Red. HEX triplet: DA, 10 and 11. RGB value is (218,16,17). Sum of RGB (Red+Green+Blue) = 218+16+17=251 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.85% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1011 is #25EFEE. Grayscale: #4C4C4C. Windows color (decimal): -2486255 or 1118426. OLE color: 1118426.

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

Color convert

RGB 218 16 17 -
CMYK 0 0.93 0.92 0.15
HSL 359.7º 0.86% 0.46% -
HSV(B) 359.7º 0.93% 0.85% -
XYZ 29.2 15.32 1.95 -
YUV 76.51 94.42 228.92 -
System Red Green Blue C M Y K H S L
Decimal 218 16 17 0 0.93 0.92 0.15 359.7 0.86 0.46
Hex DA 10 11 0 5D 5C F 168 56 2E
Octal 332 20 21 0 135 134 17 550 126 56
Binary 11011010 10000 10001 0 1011101 1011100 1111 101101000 1010110 101110

Color Harmonies of #DA1011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1011

Black with #DA1011

Text Example


Text Example

White with #DA1011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1011; }

 p { color: rgb(218,16,17); }

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

background-color css

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

 a { background-color: rgb(218,16,17); }

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

border-color css

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

 span { border-color: rgb(218,16,17); }

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