Html Css Color HEX #DA0027 Fire Engine Red

📋 copy color: '#DA0027'

red 218 ◦ green 0 ◦ blue 39

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

Shades of Fire Engine Red #DA0027

Tints of Fire Engine Red #DA0027

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 39 (15.63% from 255) = 15.18%

R = 84.82%
G = 0%
B = 15.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA0027 (or 0xDA0027) is known color: Fire Engine Red. HEX triplet: DA, 00 and 27. RGB value is (218,0,39). Sum of RGB (Red+Green+Blue) = 218+0+39=257 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.82% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0027 is #25FFD8. Grayscale: #454545. Windows color (decimal): -2490329 or 2556122. OLE color: 2556122.

HSL color Cylindrical-coordinate representation of color #DA0027: hue angle of 349.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0027 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 0 39 -
CMYK 0 1 0.82 0.15
HSL 349.27º 1% 0.43% -
HSV(B) 349.27º 1% 0.85% -
XYZ 29.28 15.05 3.28 -
YUV 69.63 110.72 233.83 -
System Red Green Blue C M Y K H S L
Decimal 218 0 39 0 1 0.82 0.15 349.27 1 0.43
Hex DA 0 27 0 64 52 F 15D 64 2B
Octal 332 0 47 0 144 122 17 535 144 53
Binary 11011010 0 100111 0 1100100 1010010 1111 101011101 1100100 101011

Color Harmonies of #DA0027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0027

Black with #DA0027

Text Example


Text Example

White with #DA0027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0027; }

 p { color: rgb(218,0,39); }

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

background-color css

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

 a { background-color: rgb(218,0,39); }

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

border-color css

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

 span { border-color: rgb(218,0,39); }

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