Html Css Color HEX #DA1727 Fire Engine Red

📋 copy color: '#DA1727'

red 218 ◦ green 23 ◦ blue 39

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

Shades of Fire Engine Red #DA1727

Tints of Fire Engine Red #DA1727

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.21%

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

R = 77.86%
G = 8.21%
B = 13.93%

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

#DA1727 (or 0xDA1727) is known color: Fire Engine Red. HEX triplet: DA, 17 and 27. RGB value is (218,23,39). Sum of RGB (Red+Green+Blue) = 218+23+39=280 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.86% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1727 is #25E8D8. Grayscale: #535353. Windows color (decimal): -2484441 or 2562010. OLE color: 2562010.

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

Color convert

RGB 218 23 39 -
CMYK 0 0.89 0.82 0.15
HSL 355.08º 0.81% 0.47% -
HSV(B) 355.08º 0.89% 0.85% -
XYZ 29.59 15.66 3.38 -
YUV 83.13 103.1 224.2 -
System Red Green Blue C M Y K H S L
Decimal 218 23 39 0 0.89 0.82 0.15 355.08 0.81 0.47
Hex DA 17 27 0 59 52 F 163 51 2F
Octal 332 27 47 0 131 122 17 543 121 57
Binary 11011010 10111 100111 0 1011001 1010010 1111 101100011 1010001 101111

Color Harmonies of #DA1727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1727

Black with #DA1727

Text Example


Text Example

White with #DA1727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1727; }

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

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

background-color css

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

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

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

border-color css

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

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

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