Html Css Color HEX #DA172B Fire Engine Red

📋 copy color: '#DA172B'

red 218 ◦ green 23 ◦ blue 43

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

Shades of Fire Engine Red #DA172B

Tints of Fire Engine Red #DA172B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.14%

R = 76.76%
G = 8.1%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA172B (or 0xDA172B) is known color: Fire Engine Red. HEX triplet: DA, 17 and 2B. RGB value is (218,23,43). Sum of RGB (Red+Green+Blue) = 218+23+43=284 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.76% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 218 - color contains mainly: red. Hex color #DA172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA172B is #25E8D4. Grayscale: #535353. Windows color (decimal): -2484437 or 2824154. OLE color: 2824154.

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

Color convert

RGB 218 23 43 -
CMYK 0 0.89 0.80 0.15
HSL 353.85º 0.81% 0.47% -
HSV(B) 353.85º 0.89% 0.85% -
XYZ 29.66 15.69 3.75 -
YUV 83.59 105.1 223.87 -
System Red Green Blue C M Y K H S L
Decimal 218 23 43 0 0.89 0.80 0.15 353.85 0.81 0.47
Hex DA 17 2B 0 59 50 F 162 51 2F
Octal 332 27 53 0 131 120 17 542 121 57
Binary 11011010 10111 101011 0 1011001 1010000 1111 101100010 1010001 101111

Color Harmonies of #DA172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA172B

Black with #DA172B

Text Example


Text Example

White with #DA172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA172B; }

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

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

background-color css

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

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

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

border-color css

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

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

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