Html Css Color HEX #DA121B Fire Engine Red

📋 copy color: '#DA121B'

red 218 ◦ green 18 ◦ blue 27

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

Shades of Fire Engine Red #DA121B

Tints of Fire Engine Red #DA121B

RGB

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

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

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

R = 82.89%
G = 6.84%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA121B (or 0xDA121B) is known color: Fire Engine Red. HEX triplet: DA, 12 and 1B. RGB value is (218,18,27). Sum of RGB (Red+Green+Blue) = 218+18+27=263 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.89% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 218 - color contains mainly: red. Hex color #DA121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA121B is #25EDE4. Grayscale: #4E4E4E. Windows color (decimal): -2485733 or 1774298. OLE color: 1774298.

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

Color convert

RGB 218 18 27 -
CMYK 0 0.92 0.88 0.15
HSL 357.3º 0.85% 0.46% -
HSV(B) 357.3º 0.92% 0.85% -
XYZ 29.33 15.42 2.47 -
YUV 78.83 98.76 227.27 -
System Red Green Blue C M Y K H S L
Decimal 218 18 27 0 0.92 0.88 0.15 357.3 0.85 0.46
Hex DA 12 1B 0 5C 58 F 165 55 2E
Octal 332 22 33 0 134 130 17 545 125 56
Binary 11011010 10010 11011 0 1011100 1011000 1111 101100101 1010101 101110

Color Harmonies of #DA121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA121B

Black with #DA121B

Text Example


Text Example

White with #DA121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA121B; }

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

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

background-color css

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

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

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

border-color css

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

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

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