Html Css Color HEX #DA1526 Fire Engine Red

📋 copy color: '#DA1526'

red 218 ◦ green 21 ◦ blue 38

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

Shades of Fire Engine Red #DA1526

Tints of Fire Engine Red #DA1526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.58%

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

R = 78.7%
G = 7.58%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA1526 (or 0xDA1526) is known color: Fire Engine Red. HEX triplet: DA, 15 and 26. RGB value is (218,21,38). Sum of RGB (Red+Green+Blue) = 218+21+38=277 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.70% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1526 is #25EAD9. Grayscale: #515151. Windows color (decimal): -2484954 or 2495962. OLE color: 2495962.

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

Color convert

RGB 218 21 38 -
CMYK 0 0.90 0.83 0.15
HSL 354.82º 0.82% 0.47% -
HSV(B) 354.82º 0.9% 0.85% -
XYZ 29.53 15.58 3.28 -
YUV 81.84 103.27 225.12 -
System Red Green Blue C M Y K H S L
Decimal 218 21 38 0 0.90 0.83 0.15 354.82 0.82 0.47
Hex DA 15 26 0 5A 53 F 163 52 2F
Octal 332 25 46 0 132 123 17 543 122 57
Binary 11011010 10101 100110 0 1011010 1010011 1111 101100011 1010010 101111

Color Harmonies of #DA1526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1526

Black with #DA1526

Text Example


Text Example

White with #DA1526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1526; }

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

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

background-color css

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

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

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

border-color css

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

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

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