Html Css Color HEX #DA172A Fire Engine Red

📋 copy color: '#DA172A'

red 218 ◦ green 23 ◦ blue 42

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

Shades of Fire Engine Red #DA172A

Tints of Fire Engine Red #DA172A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.84%

R = 77.03%
G = 8.13%
B = 14.84%

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

#DA172A (or 0xDA172A) is known color: Fire Engine Red. HEX triplet: DA, 17 and 2A. RGB value is (218,23,42). Sum of RGB (Red+Green+Blue) = 218+23+42=283 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.03% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 218 - color contains mainly: red. Hex color #DA172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA172A is #25E8D5. Grayscale: #535353. Windows color (decimal): -2484438 or 2758618. OLE color: 2758618.

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

Color convert

RGB 218 23 42 -
CMYK 0 0.89 0.81 0.15
HSL 354.15º 0.81% 0.47% -
HSV(B) 354.15º 0.89% 0.85% -
XYZ 29.64 15.69 3.66 -
YUV 83.47 104.6 223.96 -
System Red Green Blue C M Y K H S L
Decimal 218 23 42 0 0.89 0.81 0.15 354.15 0.81 0.47
Hex DA 17 2A 0 59 51 F 162 51 2F
Octal 332 27 52 0 131 121 17 542 121 57
Binary 11011010 10111 101010 0 1011001 1010001 1111 101100010 1010001 101111

Color Harmonies of #DA172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA172A

Black with #DA172A

Text Example


Text Example

White with #DA172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA172A; }

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

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

background-color css

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

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

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

border-color css

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

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

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