Html Css Color HEX #DA191D Fire Engine Red

📋 copy color: '#DA191D'

red 218 ◦ green 25 ◦ blue 29

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

Shades of Fire Engine Red #DA191D

Tints of Fire Engine Red #DA191D

RGB

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

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

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

R = 80.15%
G = 9.19%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA191D (or 0xDA191D) is known color: Fire Engine Red. HEX triplet: DA, 19 and 1D. RGB value is (218,25,29). Sum of RGB (Red+Green+Blue) = 218+25+29=272 (36% of max value = 765). Red value is 218 (85.55% from 255 or 80.15% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 218 - color contains mainly: red. Hex color #DA191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA191D is #25E6E2. Grayscale: #535353. Windows color (decimal): -2483939 or 1907162. OLE color: 1907162.

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

Color convert

RGB 218 25 29 -
CMYK 0 0.89 0.87 0.15
HSL 358.76º 0.79% 0.48% -
HSV(B) 358.76º 0.89% 0.85% -
XYZ 29.48 15.69 2.64 -
YUV 83.16 97.44 224.17 -
System Red Green Blue C M Y K H S L
Decimal 218 25 29 0 0.89 0.87 0.15 358.76 0.79 0.48
Hex DA 19 1D 0 59 57 F 167 4F 30
Octal 332 31 35 0 131 127 17 547 117 60
Binary 11011010 11001 11101 0 1011001 1010111 1111 101100111 1001111 110000

Color Harmonies of #DA191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA191D

Black with #DA191D

Text Example


Text Example

White with #DA191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA191D; }

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

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

background-color css

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

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

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

border-color css

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

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

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