Html Css Color HEX #DA0827 Fire Engine Red

📋 copy color: '#DA0827'

red 218 ◦ green 8 ◦ blue 39

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

Shades of Fire Engine Red #DA0827

Tints of Fire Engine Red #DA0827

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.02%

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

R = 82.26%
G = 3.02%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA0827 (or 0xDA0827) is known color: Fire Engine Red. HEX triplet: DA, 08 and 27. RGB value is (218,8,39). Sum of RGB (Red+Green+Blue) = 218+8+39=265 (35% of max value = 765). Red value is 218 (85.55% from 255 or 82.26% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0827 is #25F7D8. Grayscale: #4A4A4A. Windows color (decimal): -2488281 or 2558170. OLE color: 2558170.

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

Color convert

RGB 218 8 39 -
CMYK 0 0.96 0.82 0.15
HSL 351.14º 0.93% 0.44% -
HSV(B) 351.14º 0.96% 0.85% -
XYZ 29.37 15.23 3.31 -
YUV 74.32 108.07 230.48 -
System Red Green Blue C M Y K H S L
Decimal 218 8 39 0 0.96 0.82 0.15 351.14 0.93 0.44
Hex DA 8 27 0 60 52 F 15F 5D 2C
Octal 332 10 47 0 140 122 17 537 135 54
Binary 11011010 1000 100111 0 1100000 1010010 1111 101011111 1011101 101100

Color Harmonies of #DA0827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0827

Black with #DA0827

Text Example


Text Example

White with #DA0827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0827; }

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

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

background-color css

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

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

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

border-color css

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

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

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