Html Css Color HEX #DA191E Fire Engine Red

📋 copy color: '#DA191E'

red 218 ◦ green 25 ◦ blue 30

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

Shades of Fire Engine Red #DA191E

Tints of Fire Engine Red #DA191E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.16%

 BLUE value IS 30 (12.11% from 255) = 10.99%

R = 79.85%
G = 9.16%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA191E (or 0xDA191E) is known color: Fire Engine Red. HEX triplet: DA, 19 and 1E. RGB value is (218,25,30). Sum of RGB (Red+Green+Blue) = 218+25+30=273 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.85% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 218 - color contains mainly: red. Hex color #DA191E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA191E is #25E6E1. Grayscale: #535353. Windows color (decimal): -2483938 or 1972698. OLE color: 1972698.

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

Color convert

RGB 218 25 30 -
CMYK 0 0.89 0.86 0.15
HSL 358.45º 0.79% 0.48% -
HSV(B) 358.45º 0.89% 0.85% -
XYZ 29.5 15.69 2.7 -
YUV 83.28 97.94 224.09 -
System Red Green Blue C M Y K H S L
Decimal 218 25 30 0 0.89 0.86 0.15 358.45 0.79 0.48
Hex DA 19 1E 0 59 56 F 166 4F 30
Octal 332 31 36 0 131 126 17 546 117 60
Binary 11011010 11001 11110 0 1011001 1010110 1111 101100110 1001111 110000

Color Harmonies of #DA191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA191E

Black with #DA191E

Text Example


Text Example

White with #DA191E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA191E; }

 p { color: rgb(218,25,30); }

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

background-color css

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

 a { background-color: rgb(218,25,30); }

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

border-color css

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

 span { border-color: rgb(218,25,30); }

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