Html Css Color HEX #DA151E Fire Engine Red

📋 copy color: '#DA151E'

red 218 ◦ green 21 ◦ blue 30

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

Shades of Fire Engine Red #DA151E

Tints of Fire Engine Red #DA151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.81%

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

R = 81.04%
G = 7.81%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA151E (or 0xDA151E) is known color: Fire Engine Red. HEX triplet: DA, 15 and 1E. RGB value is (218,21,30). Sum of RGB (Red+Green+Blue) = 218+21+30=269 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.04% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 218 - color contains mainly: red. Hex color #DA151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA151E is #25EAE1. Grayscale: #515151. Windows color (decimal): -2484962 or 1971674. OLE color: 1971674.

HSL color Cylindrical-coordinate representation of color #DA151E: hue angle of 357.26º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA151E is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 21 30 -
CMYK 0 0.90 0.86 0.15
HSL 357.26º 0.82% 0.47% -
HSV(B) 357.26º 0.9% 0.85% -
XYZ 29.42 15.54 2.68 -
YUV 80.93 99.27 225.77 -
System Red Green Blue C M Y K H S L
Decimal 218 21 30 0 0.90 0.86 0.15 357.26 0.82 0.47
Hex DA 15 1E 0 5A 56 F 165 52 2F
Octal 332 25 36 0 132 126 17 545 122 57
Binary 11011010 10101 11110 0 1011010 1010110 1111 101100101 1010010 101111

Color Harmonies of #DA151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA151E

Black with #DA151E

Text Example


Text Example

White with #DA151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA151E; }

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

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

background-color css

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

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

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

border-color css

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

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

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