Html Css Color HEX #DA1127 Fire Engine Red

📋 copy color: '#DA1127'

red 218 ◦ green 17 ◦ blue 39

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

Shades of Fire Engine Red #DA1127

Tints of Fire Engine Red #DA1127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.2%

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

R = 79.56%
G = 6.2%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA1127 (or 0xDA1127) is known color: Fire Engine Red. HEX triplet: DA, 11 and 27. RGB value is (218,17,39). Sum of RGB (Red+Green+Blue) = 218+17+39=274 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.56% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1127 is #25EED8. Grayscale: #4F4F4F. Windows color (decimal): -2485977 or 2560474. OLE color: 2560474.

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

Color convert

RGB 218 17 39 -
CMYK 0 0.92 0.82 0.15
HSL 353.43º 0.86% 0.46% -
HSV(B) 353.43º 0.92% 0.85% -
XYZ 29.48 15.45 3.35 -
YUV 79.61 105.09 226.71 -
System Red Green Blue C M Y K H S L
Decimal 218 17 39 0 0.92 0.82 0.15 353.43 0.86 0.46
Hex DA 11 27 0 5C 52 F 161 56 2E
Octal 332 21 47 0 134 122 17 541 126 56
Binary 11011010 10001 100111 0 1011100 1010010 1111 101100001 1010110 101110

Color Harmonies of #DA1127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1127

Black with #DA1127

Text Example


Text Example

White with #DA1127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1127; }

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

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

background-color css

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

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

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

border-color css

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

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

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