Html Css Color HEX #DA0126 Fire Engine Red

📋 copy color: '#DA0126'

red 218 ◦ green 1 ◦ blue 38

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

Shades of Fire Engine Red #DA0126

Tints of Fire Engine Red #DA0126

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 84.82%
G = 0.39%
B = 14.79%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA0126 (or 0xDA0126) is known color: Fire Engine Red. HEX triplet: DA, 01 and 26. RGB value is (218,1,38). Sum of RGB (Red+Green+Blue) = 218+1+38=257 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.82% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0126 is #25FED9. Grayscale: #464646. Windows color (decimal): -2490074 or 2490842. OLE color: 2490842.

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

Color convert

RGB 218 1 38 -
CMYK 0 1.00 0.83 0.15
HSL 349.77º 0.99% 0.43% -
HSV(B) 349.77º 1% 0.85% -
XYZ 29.27 15.07 3.2 -
YUV 70.1 109.89 233.49 -
System Red Green Blue C M Y K H S L
Decimal 218 1 38 0 1.00 0.83 0.15 349.77 0.99 0.43
Hex DA 1 26 0 64 53 F 15E 63 2B
Octal 332 1 46 0 144 123 17 536 143 53
Binary 11011010 1 100110 0 1100100 1010011 1111 101011110 1100011 101011

Color Harmonies of #DA0126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0126

Black with #DA0126

Text Example


Text Example

White with #DA0126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0126; }

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

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

background-color css

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

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

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

border-color css

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

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

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