Html Css Color HEX #DA191A Fire Engine Red

📋 copy color: '#DA191A'

red 218 ◦ green 25 ◦ blue 26

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

Shades of Fire Engine Red #DA191A

Tints of Fire Engine Red #DA191A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.67%

R = 81.04%
G = 9.29%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA191A (or 0xDA191A) is known color: Fire Engine Red. HEX triplet: DA, 19 and 1A. RGB value is (218,25,26). Sum of RGB (Red+Green+Blue) = 218+25+26=269 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.04% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 218 - color contains mainly: red. Hex color #DA191A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA191A is #25E6E5. Grayscale: #535353. Windows color (decimal): -2483942 or 1710554. OLE color: 1710554.

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

Color convert

RGB 218 25 26 -
CMYK 0 0.89 0.88 0.15
HSL 359.69º 0.79% 0.48% -
HSV(B) 359.69º 0.89% 0.85% -
XYZ 29.45 15.68 2.45 -
YUV 82.82 95.94 224.42 -
System Red Green Blue C M Y K H S L
Decimal 218 25 26 0 0.89 0.88 0.15 359.69 0.79 0.48
Hex DA 19 1A 0 59 58 F 168 4F 30
Octal 332 31 32 0 131 130 17 550 117 60
Binary 11011010 11001 11010 0 1011001 1011000 1111 101101000 1001111 110000

Color Harmonies of #DA191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA191A

Black with #DA191A

Text Example


Text Example

White with #DA191A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA191A; }

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

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

background-color css

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

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

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

border-color css

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

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

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