Html Css Color HEX #DA121E Fire Engine Red

📋 copy color: '#DA121E'

red 218 ◦ green 18 ◦ blue 30

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

Shades of Fire Engine Red #DA121E

Tints of Fire Engine Red #DA121E

RGB

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

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

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

R = 81.95%
G = 6.77%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA121E (or 0xDA121E) is known color: Fire Engine Red. HEX triplet: DA, 12 and 1E. RGB value is (218,18,30). Sum of RGB (Red+Green+Blue) = 218+18+30=266 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.95% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 218 - color contains mainly: red. Hex color #DA121E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA121E is #25EDE1. Grayscale: #4F4F4F. Windows color (decimal): -2485730 or 1970906. OLE color: 1970906.

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

Color convert

RGB 218 18 30 -
CMYK 0 0.92 0.86 0.15
HSL 356.4º 0.85% 0.46% -
HSV(B) 356.4º 0.92% 0.85% -
XYZ 29.36 15.43 2.66 -
YUV 79.17 100.26 227.02 -
System Red Green Blue C M Y K H S L
Decimal 218 18 30 0 0.92 0.86 0.15 356.4 0.85 0.46
Hex DA 12 1E 0 5C 56 F 164 55 2E
Octal 332 22 36 0 134 126 17 544 125 56
Binary 11011010 10010 11110 0 1011100 1010110 1111 101100100 1010101 101110

Color Harmonies of #DA121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA121E

Black with #DA121E

Text Example


Text Example

White with #DA121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA121E; }

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

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

background-color css

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

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

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

border-color css

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

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

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