Html Css Color HEX #DA1027 Fire Engine Red

📋 copy color: '#DA1027'

red 218 ◦ green 16 ◦ blue 39

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

Shades of Fire Engine Red #DA1027

Tints of Fire Engine Red #DA1027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.86%

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

R = 79.85%
G = 5.86%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA1027 (or 0xDA1027) is known color: Fire Engine Red. HEX triplet: DA, 10 and 27. RGB value is (218,16,39). Sum of RGB (Red+Green+Blue) = 218+16+39=273 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.85% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1027 is #25EFD8. Grayscale: #4F4F4F. Windows color (decimal): -2486233 or 2560218. OLE color: 2560218.

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

Color convert

RGB 218 16 39 -
CMYK 0 0.93 0.82 0.15
HSL 353.17º 0.86% 0.46% -
HSV(B) 353.17º 0.93% 0.85% -
XYZ 29.46 15.42 3.34 -
YUV 79.02 105.42 227.13 -
System Red Green Blue C M Y K H S L
Decimal 218 16 39 0 0.93 0.82 0.15 353.17 0.86 0.46
Hex DA 10 27 0 5D 52 F 161 56 2E
Octal 332 20 47 0 135 122 17 541 126 56
Binary 11011010 10000 100111 0 1011101 1010010 1111 101100001 1010110 101110

Color Harmonies of #DA1027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1027

Black with #DA1027

Text Example


Text Example

White with #DA1027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1027; }

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

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

background-color css

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

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

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

border-color css

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

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

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