Html Css Color HEX #DA1226 Fire Engine Red

📋 copy color: '#DA1226'

red 218 ◦ green 18 ◦ blue 38

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

Shades of Fire Engine Red #DA1226

Tints of Fire Engine Red #DA1226

RGB

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

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

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

R = 79.56%
G = 6.57%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA1226 (or 0xDA1226) is known color: Fire Engine Red. HEX triplet: DA, 12 and 26. RGB value is (218,18,38). Sum of RGB (Red+Green+Blue) = 218+18+38=274 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.56% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1226 is #25EDD9. Grayscale: #505050. Windows color (decimal): -2485722 or 2495194. OLE color: 2495194.

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

Color convert

RGB 218 18 38 -
CMYK 0 0.92 0.83 0.15
HSL 354º 0.85% 0.46% -
HSV(B) 354º 0.92% 0.85% -
XYZ 29.48 15.48 3.27 -
YUV 80.08 104.26 226.37 -
System Red Green Blue C M Y K H S L
Decimal 218 18 38 0 0.92 0.83 0.15 354 0.85 0.46
Hex DA 12 26 0 5C 53 F 162 55 2E
Octal 332 22 46 0 134 123 17 542 125 56
Binary 11011010 10010 100110 0 1011100 1010011 1111 101100010 1010101 101110

Color Harmonies of #DA1226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1226

Black with #DA1226

Text Example


Text Example

White with #DA1226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1226; }

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

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

background-color css

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

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

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

border-color css

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

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

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