Html Css Color HEX #DA1729 Fire Engine Red

📋 copy color: '#DA1729'

red 218 ◦ green 23 ◦ blue 41

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

Shades of Fire Engine Red #DA1729

Tints of Fire Engine Red #DA1729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.54%

R = 77.3%
G = 8.16%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA1729 (or 0xDA1729) is known color: Fire Engine Red. HEX triplet: DA, 17 and 29. RGB value is (218,23,41). Sum of RGB (Red+Green+Blue) = 218+23+41=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1729 is #25E8D6. Grayscale: #535353. Windows color (decimal): -2484439 or 2693082. OLE color: 2693082.

HSL color Cylindrical-coordinate representation of color #DA1729: hue angle of 354.46º 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 #DA1729 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 23 41 -
CMYK 0 0.89 0.81 0.15
HSL 354.46º 0.81% 0.47% -
HSV(B) 354.46º 0.89% 0.85% -
XYZ 29.62 15.68 3.56 -
YUV 83.36 104.1 224.04 -
System Red Green Blue C M Y K H S L
Decimal 218 23 41 0 0.89 0.81 0.15 354.46 0.81 0.47
Hex DA 17 29 0 59 51 F 162 51 2F
Octal 332 27 51 0 131 121 17 542 121 57
Binary 11011010 10111 101001 0 1011001 1010001 1111 101100010 1010001 101111

Color Harmonies of #DA1729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1729

Black with #DA1729

Text Example


Text Example

White with #DA1729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1729; }

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

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

background-color css

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

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

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

border-color css

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

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

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