Html Css Color HEX #DA1215 Fire Engine Red

📋 copy color: '#DA1215'

red 218 ◦ green 18 ◦ blue 21

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

Shades of Fire Engine Red #DA1215

Tints of Fire Engine Red #DA1215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7%

 BLUE value IS 21 (8.59% from 255) = 8.17%

R = 84.82%
G = 7%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA1215 (or 0xDA1215) is known color: Fire Engine Red. HEX triplet: DA, 12 and 15. RGB value is (218,18,21). Sum of RGB (Red+Green+Blue) = 218+18+21=257 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.82% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1215 is #25EDEA. Grayscale: #4E4E4E. Windows color (decimal): -2485739 or 1381082. OLE color: 1381082.

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

Color convert

RGB 218 18 21 -
CMYK 0 0.92 0.90 0.15
HSL 359.1º 0.85% 0.46% -
HSV(B) 359.1º 0.92% 0.85% -
XYZ 29.27 15.39 2.14 -
YUV 78.14 95.76 227.76 -
System Red Green Blue C M Y K H S L
Decimal 218 18 21 0 0.92 0.90 0.15 359.1 0.85 0.46
Hex DA 12 15 0 5C 5A F 167 55 2E
Octal 332 22 25 0 134 132 17 547 125 56
Binary 11011010 10010 10101 0 1011100 1011010 1111 101100111 1010101 101110

Color Harmonies of #DA1215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1215

Black with #DA1215

Text Example


Text Example

White with #DA1215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1215; }

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

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

background-color css

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

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

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

border-color css

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

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

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