Html Css Color HEX #DA1225 Fire Engine Red

📋 copy color: '#DA1225'

red 218 ◦ green 18 ◦ blue 37

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

Shades of Fire Engine Red #DA1225

Tints of Fire Engine Red #DA1225

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.59%

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

R = 79.85%
G = 6.59%
B = 13.55%

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

#DA1225 (or 0xDA1225) is known color: Fire Engine Red. HEX triplet: DA, 12 and 25. RGB value is (218,18,37). Sum of RGB (Red+Green+Blue) = 218+18+37=273 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.85% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1225 is #25EDDA. Grayscale: #505050. Windows color (decimal): -2485723 or 2429658. OLE color: 2429658.

HSL color Cylindrical-coordinate representation of color #DA1225: hue angle of 354.3º degrees, saturation: 0.85, 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 #DA1225 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 18 37 -
CMYK 0 0.92 0.83 0.15
HSL 354.3º 0.85% 0.46% -
HSV(B) 354.3º 0.92% 0.85% -
XYZ 29.46 15.47 3.18 -
YUV 79.97 103.76 226.46 -
System Red Green Blue C M Y K H S L
Decimal 218 18 37 0 0.92 0.83 0.15 354.3 0.85 0.46
Hex DA 12 25 0 5C 53 F 162 55 2E
Octal 332 22 45 0 134 123 17 542 125 56
Binary 11011010 10010 100101 0 1011100 1010011 1111 101100010 1010101 101110

Color Harmonies of #DA1225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1225

Black with #DA1225

Text Example


Text Example

White with #DA1225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1225; }

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

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

background-color css

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

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

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

border-color css

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

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

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