Html Css Color HEX #DA1325 Fire Engine Red

📋 copy color: '#DA1325'

red 218 ◦ green 19 ◦ blue 37

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

Shades of Fire Engine Red #DA1325

Tints of Fire Engine Red #DA1325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.93%

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

R = 79.56%
G = 6.93%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA1325 (or 0xDA1325) is known color: Fire Engine Red. HEX triplet: DA, 13 and 25. RGB value is (218,19,37). Sum of RGB (Red+Green+Blue) = 218+19+37=274 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.56% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1325 is #25ECDA. Grayscale: #505050. Windows color (decimal): -2485467 or 2429914. OLE color: 2429914.

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

Color convert

RGB 218 19 37 -
CMYK 0 0.91 0.83 0.15
HSL 354.57º 0.84% 0.46% -
HSV(B) 354.57º 0.91% 0.85% -
XYZ 29.48 15.5 3.19 -
YUV 80.55 103.43 226.04 -
System Red Green Blue C M Y K H S L
Decimal 218 19 37 0 0.91 0.83 0.15 354.57 0.84 0.46
Hex DA 13 25 0 5B 53 F 163 54 2E
Octal 332 23 45 0 133 123 17 543 124 56
Binary 11011010 10011 100101 0 1011011 1010011 1111 101100011 1010100 101110

Color Harmonies of #DA1325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1325

Black with #DA1325

Text Example


Text Example

White with #DA1325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1325; }

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

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

background-color css

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

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

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

border-color css

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

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

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