Html Css Color HEX #DA121A Fire Engine Red

📋 copy color: '#DA121A'

red 218 ◦ green 18 ◦ blue 26

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

Shades of Fire Engine Red #DA121A

Tints of Fire Engine Red #DA121A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.92%

R = 83.21%
G = 6.87%
B = 9.92%

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

#DA121A (or 0xDA121A) is known color: Fire Engine Red. HEX triplet: DA, 12 and 1A. RGB value is (218,18,26). Sum of RGB (Red+Green+Blue) = 218+18+26=262 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.21% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 218 - color contains mainly: red. Hex color #DA121A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA121A is #25EDE5. Grayscale: #4E4E4E. Windows color (decimal): -2485734 or 1708762. OLE color: 1708762.

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

Color convert

RGB 218 18 26 -
CMYK 0 0.92 0.88 0.15
HSL 357.6º 0.85% 0.46% -
HSV(B) 357.6º 0.92% 0.85% -
XYZ 29.32 15.41 2.41 -
YUV 78.71 98.26 227.35 -
System Red Green Blue C M Y K H S L
Decimal 218 18 26 0 0.92 0.88 0.15 357.6 0.85 0.46
Hex DA 12 1A 0 5C 58 F 166 55 2E
Octal 332 22 32 0 134 130 17 546 125 56
Binary 11011010 10010 11010 0 1011100 1011000 1111 101100110 1010101 101110

Color Harmonies of #DA121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA121A

Black with #DA121A

Text Example


Text Example

White with #DA121A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA121A; }

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

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

background-color css

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

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

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

border-color css

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

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

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