#DA1927

Color #DA1927 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #DA1927

Tints of Fire Engine Red #DA1927

Color information

#DA1927 (or 0xDA1927) is unknown color: approx Fire Engine Red. HEX triplet: DA, 19 and 27. RGB value is (218,25,39). Sum of RGB (Red+Green+Blue) = 218+25+39=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1927 is #25E6D8. Grayscale: #545454. Windows color (decimal): -2483929 or 2562522. OLE color: 2562522.

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

Color convert

RGB2182539-
CMYK00.890.820.15
HSL355.65º79.42%47.65%-
HSV(B)355.65º88.53%85.49%-
XYZ29.6315.753.4-
YUV84.3102.44223.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 77.30%
GREEN value IS 25 (10.16% from 255) = 8.87%
BLUE value IS 39 (15.62% from 255) = 13.83%
R=77.30%
G=8.87%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218253900.890.820.15355.6579.4247.65
HexDA192705952F1644f30
Octal332314701311221754411760
Binary110110101100110011101011001101001011111011001001001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1927; }

 p { color: rgb(218,25,39); }

 H1.HeaderClassName
 {
   color: #DA1927;
 }
 .AnyTagClassName
 {
   color: #DA1927;
 }
</style>
background-color css

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

 a { background-color: rgb(218,25,39); }

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

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

 span { border-color: rgb(218,25,39); }

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