Html Css Color HEX #DA2126 Fire Engine Red

📋 copy color: '#DA2126'

red 218 ◦ green 33 ◦ blue 38

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

Shades of Fire Engine Red #DA2126

Tints of Fire Engine Red #DA2126

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.42%

 BLUE value IS 38 (15.23% from 255) = 13.15%

R = 75.43%
G = 11.42%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA2126 (or 0xDA2126) is known color: Fire Engine Red. HEX triplet: DA, 21 and 26. RGB value is (218,33,38). Sum of RGB (Red+Green+Blue) = 218+33+38=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2126 is #25DED9. Grayscale: #595959. Windows color (decimal): -2481882 or 2499034. OLE color: 2499034.

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

Color convert

RGB 218 33 38 -
CMYK 0 0.85 0.83 0.15
HSL 358.38º 0.74% 0.49% -
HSV(B) 358.38º 0.85% 0.85% -
XYZ 29.81 16.13 3.38 -
YUV 88.89 99.29 220.09 -
System Red Green Blue C M Y K H S L
Decimal 218 33 38 0 0.85 0.83 0.15 358.38 0.74 0.49
Hex DA 21 26 0 55 53 F 166 4A 31
Octal 332 41 46 0 125 123 17 546 112 61
Binary 11011010 100001 100110 0 1010101 1010011 1111 101100110 1001010 110001

Color Harmonies of #DA2126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2126

Black with #DA2126

Text Example


Text Example

White with #DA2126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2126; }

 p { color: rgb(218,33,38); }

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

background-color css

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

 a { background-color: rgb(218,33,38); }

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

border-color css

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

 span { border-color: rgb(218,33,38); }

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