Html Css Color HEX #DA1025 Fire Engine Red

📋 copy color: '#DA1025'

red 218 ◦ green 16 ◦ blue 37

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

Shades of Fire Engine Red #DA1025

Tints of Fire Engine Red #DA1025

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.9%

 BLUE value IS 37 (14.84% from 255) = 13.65%

R = 80.44%
G = 5.9%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA1025 (or 0xDA1025) is known color: Fire Engine Red. HEX triplet: DA, 10 and 25. RGB value is (218,16,37). Sum of RGB (Red+Green+Blue) = 218+16+37=271 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.44% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1025 is #25EFDA. Grayscale: #4E4E4E. Windows color (decimal): -2486235 or 2429146. OLE color: 2429146.

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

Color convert

RGB 218 16 37 -
CMYK 0 0.93 0.83 0.15
HSL 353.76º 0.86% 0.46% -
HSV(B) 353.76º 0.93% 0.85% -
XYZ 29.43 15.41 3.17 -
YUV 78.79 104.42 227.29 -
System Red Green Blue C M Y K H S L
Decimal 218 16 37 0 0.93 0.83 0.15 353.76 0.86 0.46
Hex DA 10 25 0 5D 53 F 162 56 2E
Octal 332 20 45 0 135 123 17 542 126 56
Binary 11011010 10000 100101 0 1011101 1010011 1111 101100010 1010110 101110

Color Harmonies of #DA1025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1025

Black with #DA1025

Text Example


Text Example

White with #DA1025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1025; }

 p { color: rgb(218,16,37); }

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

background-color css

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

 a { background-color: rgb(218,16,37); }

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

border-color css

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

 span { border-color: rgb(218,16,37); }

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