Html Css Color HEX #DA1927 Fire Engine Red

📋 copy color: '#DA1927'

red 218 ◦ green 25 ◦ blue 39

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

Shades of Fire Engine Red #DA1927

Tints of Fire Engine Red #DA1927

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.87%

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

R = 77.3%
G = 8.87%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA1927 (or 0xDA1927) is known color: Fire Engine Red. HEX triplet: DA, 19 and 27. RGB value is (218,25,39). Sum of RGB (Red+Green+Blue) = 218+25+39=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1927 is #25E6D8. Grayscale: #545454. Windows color (decimal): -2483929 or 2562522. OLE color: 2562522.

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

Color convert

RGB 218 25 39 -
CMYK 0 0.89 0.82 0.15
HSL 355.65º 0.79% 0.48% -
HSV(B) 355.65º 0.89% 0.85% -
XYZ 29.63 15.75 3.4 -
YUV 84.3 102.44 223.36 -
System Red Green Blue C M Y K H S L
Decimal 218 25 39 0 0.89 0.82 0.15 355.65 0.79 0.48
Hex DA 19 27 0 59 52 F 164 4F 30
Octal 332 31 47 0 131 122 17 544 117 60
Binary 11011010 11001 100111 0 1011001 1010010 1111 101100100 1001111 110000

Color Harmonies of #DA1927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1927

Black with #DA1927

Text Example


Text Example

White with #DA1927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1927; }

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

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

background-color css

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

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

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

border-color css

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

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

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