Html Css Color HEX #DA1125 Fire Engine Red

📋 copy color: '#DA1125'

red 218 ◦ green 17 ◦ blue 37

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

Shades of Fire Engine Red #DA1125

Tints of Fire Engine Red #DA1125

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.25%

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

R = 80.15%
G = 6.25%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA1125 (or 0xDA1125) is known color: Fire Engine Red. HEX triplet: DA, 11 and 25. RGB value is (218,17,37). Sum of RGB (Red+Green+Blue) = 218+17+37=272 (36% of max value = 765). Red value is 218 (85.55% from 255 or 80.15% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1125 is #25EEDA. Grayscale: #4F4F4F. Windows color (decimal): -2485979 or 2429402. OLE color: 2429402.

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

Color convert

RGB 218 17 37 -
CMYK 0 0.92 0.83 0.15
HSL 354.03º 0.86% 0.46% -
HSV(B) 354.03º 0.92% 0.85% -
XYZ 29.45 15.44 3.18 -
YUV 79.38 104.09 226.87 -
System Red Green Blue C M Y K H S L
Decimal 218 17 37 0 0.92 0.83 0.15 354.03 0.86 0.46
Hex DA 11 25 0 5C 53 F 162 56 2E
Octal 332 21 45 0 134 123 17 542 126 56
Binary 11011010 10001 100101 0 1011100 1010011 1111 101100010 1010110 101110

Color Harmonies of #DA1125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1125

Black with #DA1125

Text Example


Text Example

White with #DA1125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1125; }

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

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

background-color css

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

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

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

border-color css

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

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

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