Html Css Color HEX #DA0426 Fire Engine Red

📋 copy color: '#DA0426'

red 218 ◦ green 4 ◦ blue 38

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

Shades of Fire Engine Red #DA0426

Tints of Fire Engine Red #DA0426

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.54%

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

R = 83.85%
G = 1.54%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA0426 (or 0xDA0426) is known color: Fire Engine Red. HEX triplet: DA, 04 and 26. RGB value is (218,4,38). Sum of RGB (Red+Green+Blue) = 218+4+38=260 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.85% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0426 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0426 is #25FBD9. Grayscale: #474747. Windows color (decimal): -2489306 or 2491610. OLE color: 2491610.

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

Color convert

RGB 218 4 38 -
CMYK 0 0.98 0.83 0.15
HSL 350.47º 0.96% 0.44% -
HSV(B) 350.47º 0.98% 0.85% -
XYZ 29.31 15.13 3.21 -
YUV 71.86 108.9 232.24 -
System Red Green Blue C M Y K H S L
Decimal 218 4 38 0 0.98 0.83 0.15 350.47 0.96 0.44
Hex DA 4 26 0 62 53 F 15E 60 2C
Octal 332 4 46 0 142 123 17 536 140 54
Binary 11011010 100 100110 0 1100010 1010011 1111 101011110 1100000 101100

Color Harmonies of #DA0426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0426

Black with #DA0426

Text Example


Text Example

White with #DA0426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0426; }

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

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

background-color css

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

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

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

border-color css

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

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

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