Html Css Color HEX #DA191B Fire Engine Red

📋 copy color: '#DA191B'

red 218 ◦ green 25 ◦ blue 27

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

Shades of Fire Engine Red #DA191B

Tints of Fire Engine Red #DA191B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10%

R = 80.74%
G = 9.26%
B = 10%

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

#DA191B (or 0xDA191B) is known color: Fire Engine Red. HEX triplet: DA, 19 and 1B. RGB value is (218,25,27). Sum of RGB (Red+Green+Blue) = 218+25+27=270 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.74% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 218 - color contains mainly: red. Hex color #DA191B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA191B is #25E6E4. Grayscale: #535353. Windows color (decimal): -2483941 or 1776090. OLE color: 1776090.

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

Color convert

RGB 218 25 27 -
CMYK 0 0.89 0.88 0.15
HSL 359.38º 0.79% 0.48% -
HSV(B) 359.38º 0.89% 0.85% -
XYZ 29.46 15.68 2.51 -
YUV 82.94 96.44 224.34 -
System Red Green Blue C M Y K H S L
Decimal 218 25 27 0 0.89 0.88 0.15 359.38 0.79 0.48
Hex DA 19 1B 0 59 58 F 167 4F 30
Octal 332 31 33 0 131 130 17 547 117 60
Binary 11011010 11001 11011 0 1011001 1011000 1111 101100111 1001111 110000

Color Harmonies of #DA191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA191B

Black with #DA191B

Text Example


Text Example

White with #DA191B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA191B; }

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

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

background-color css

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

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

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

border-color css

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

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

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