Html Css Color HEX #DA1417 Fire Engine Red

📋 copy color: '#DA1417'

red 218 ◦ green 20 ◦ blue 23

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

Shades of Fire Engine Red #DA1417

Tints of Fire Engine Red #DA1417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.66%

 BLUE value IS 23 (9.38% from 255) = 8.81%

R = 83.52%
G = 7.66%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA1417 (or 0xDA1417) is known color: Fire Engine Red. HEX triplet: DA, 14 and 17. RGB value is (218,20,23). Sum of RGB (Red+Green+Blue) = 218+20+23=261 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.52% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1417 is #25EBE8. Grayscale: #4F4F4F. Windows color (decimal): -2485225 or 1512666. OLE color: 1512666.

HSL color Cylindrical-coordinate representation of color #DA1417: hue angle of 359.09º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1417 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 20 23 -
CMYK 0 0.91 0.89 0.15
HSL 359.09º 0.83% 0.47% -
HSV(B) 359.09º 0.91% 0.85% -
XYZ 29.32 15.47 2.25 -
YUV 79.54 96.1 226.76 -
System Red Green Blue C M Y K H S L
Decimal 218 20 23 0 0.91 0.89 0.15 359.09 0.83 0.47
Hex DA 14 17 0 5B 59 F 167 53 2F
Octal 332 24 27 0 133 131 17 547 123 57
Binary 11011010 10100 10111 0 1011011 1011001 1111 101100111 1010011 101111

Color Harmonies of #DA1417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1417

Black with #DA1417

Text Example


Text Example

White with #DA1417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1417; }

 p { color: rgb(218,20,23); }

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

background-color css

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

 a { background-color: rgb(218,20,23); }

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

border-color css

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

 span { border-color: rgb(218,20,23); }

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