Html Css Color HEX #DA121F Fire Engine Red

📋 copy color: '#DA121F'

red 218 ◦ green 18 ◦ blue 31

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

Shades of Fire Engine Red #DA121F

Tints of Fire Engine Red #DA121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.61%

R = 81.65%
G = 6.74%
B = 11.61%

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

#DA121F (or 0xDA121F) is known color: Fire Engine Red. HEX triplet: DA, 12 and 1F. RGB value is (218,18,31). Sum of RGB (Red+Green+Blue) = 218+18+31=267 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.65% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 218 - color contains mainly: red. Hex color #DA121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA121F is #25EDE0. Grayscale: #4F4F4F. Windows color (decimal): -2485729 or 2036442. OLE color: 2036442.

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

Color convert

RGB 218 18 31 -
CMYK 0 0.92 0.86 0.15
HSL 356.1º 0.85% 0.46% -
HSV(B) 356.1º 0.92% 0.85% -
XYZ 29.38 15.44 2.73 -
YUV 79.28 100.76 226.94 -
System Red Green Blue C M Y K H S L
Decimal 218 18 31 0 0.92 0.86 0.15 356.1 0.85 0.46
Hex DA 12 1F 0 5C 56 F 164 55 2E
Octal 332 22 37 0 134 126 17 544 125 56
Binary 11011010 10010 11111 0 1011100 1010110 1111 101100100 1010101 101110

Color Harmonies of #DA121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA121F

Black with #DA121F

Text Example


Text Example

White with #DA121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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