Html Css Color HEX #DA1826 Fire Engine Red

📋 copy color: '#DA1826'

red 218 ◦ green 24 ◦ blue 38

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

Shades of Fire Engine Red #DA1826

Tints of Fire Engine Red #DA1826

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.57%

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

R = 77.86%
G = 8.57%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA1826 (or 0xDA1826) is known color: Fire Engine Red. HEX triplet: DA, 18 and 26. RGB value is (218,24,38). Sum of RGB (Red+Green+Blue) = 218+24+38=280 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.86% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1826 is #25E7D9. Grayscale: #535353. Windows color (decimal): -2484186 or 2496730. OLE color: 2496730.

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

Color convert

RGB 218 24 38 -
CMYK 0 0.89 0.83 0.15
HSL 355.67º 0.8% 0.47% -
HSV(B) 355.67º 0.89% 0.85% -
XYZ 29.59 15.7 3.3 -
YUV 83.6 102.27 223.86 -
System Red Green Blue C M Y K H S L
Decimal 218 24 38 0 0.89 0.83 0.15 355.67 0.8 0.47
Hex DA 18 26 0 59 53 F 164 50 2F
Octal 332 30 46 0 131 123 17 544 120 57
Binary 11011010 11000 100110 0 1011001 1010011 1111 101100100 1010000 101111

Color Harmonies of #DA1826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1826

Black with #DA1826

Text Example


Text Example

White with #DA1826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1826; }

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

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

background-color css

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

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

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

border-color css

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

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

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