Html Css Color HEX #DA1426 Fire Engine Red

📋 copy color: '#DA1426'

red 218 ◦ green 20 ◦ blue 38

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

Shades of Fire Engine Red #DA1426

Tints of Fire Engine Red #DA1426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.25%

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

R = 78.99%
G = 7.25%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA1426 (or 0xDA1426) is known color: Fire Engine Red. HEX triplet: DA, 14 and 26. RGB value is (218,20,38). Sum of RGB (Red+Green+Blue) = 218+20+38=276 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.99% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1426 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1426 is #25EBD9. Grayscale: #515151. Windows color (decimal): -2485210 or 2495706. OLE color: 2495706.

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

Color convert

RGB 218 20 38 -
CMYK 0 0.91 0.83 0.15
HSL 354.55º 0.83% 0.47% -
HSV(B) 354.55º 0.91% 0.85% -
XYZ 29.51 15.55 3.28 -
YUV 81.25 103.6 225.54 -
System Red Green Blue C M Y K H S L
Decimal 218 20 38 0 0.91 0.83 0.15 354.55 0.83 0.47
Hex DA 14 26 0 5B 53 F 163 53 2F
Octal 332 24 46 0 133 123 17 543 123 57
Binary 11011010 10100 100110 0 1011011 1010011 1111 101100011 1010011 101111

Color Harmonies of #DA1426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1426

Black with #DA1426

Text Example


Text Example

White with #DA1426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1426; }

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

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

background-color css

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

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

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

border-color css

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

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

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