Html Css Color HEX #DA1320 Fire Engine Red

📋 copy color: '#DA1320'

red 218 ◦ green 19 ◦ blue 32

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

Shades of Fire Engine Red #DA1320

Tints of Fire Engine Red #DA1320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.9%

R = 81.04%
G = 7.06%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA1320 (or 0xDA1320) is known color: Fire Engine Red. HEX triplet: DA, 13 and 20. RGB value is (218,19,32). Sum of RGB (Red+Green+Blue) = 218+19+32=269 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.04% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1320 is #25ECDF. Grayscale: #505050. Windows color (decimal): -2485472 or 2102234. OLE color: 2102234.

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

Color convert

RGB 218 19 32 -
CMYK 0 0.91 0.85 0.15
HSL 356.08º 0.84% 0.46% -
HSV(B) 356.08º 0.91% 0.85% -
XYZ 29.41 15.48 2.8 -
YUV 79.98 100.93 226.44 -
System Red Green Blue C M Y K H S L
Decimal 218 19 32 0 0.91 0.85 0.15 356.08 0.84 0.46
Hex DA 13 20 0 5B 55 F 164 54 2E
Octal 332 23 40 0 133 125 17 544 124 56
Binary 11011010 10011 100000 0 1011011 1010101 1111 101100100 1010100 101110

Color Harmonies of #DA1320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1320

Black with #DA1320

Text Example


Text Example

White with #DA1320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1320; }

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

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

background-color css

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

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

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

border-color css

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

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

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