Html Css Color HEX #D13718 Harley Davidson Orange

📋 copy color: '#D13718'

red 209 ◦ green 55 ◦ blue 24

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

Shades of Harley Davidson Orange #D13718

Tints of Harley Davidson Orange #D13718

RGB

 RED value IS 209 (82.03% from 255) = 72.57%

 GREEN value IS 55 (21.88% from 255) = 19.1%

 BLUE value IS 24 (9.77% from 255) = 8.33%

R = 72.57%
G = 19.1%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D13718 (or 0xD13718) is known color: Harley Davidson Orange. HEX triplet: D1, 37 and 18. RGB value is (209,55,24). Sum of RGB (Red+Green+Blue) = 209+55+24=288 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.57% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 209 - color contains mainly: red. Hex color #D13718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13718 is #2EC8E7. Grayscale: #616161. Windows color (decimal): -3066088 or 1587153. OLE color: 1587153.

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

Color convert

RGB 209 55 24 -
CMYK 0 0.74 0.89 0.18
HSL 10.05º 0.79% 0.46% -
HSV(B) 10.05º 0.89% 0.82% -
XYZ 27.83 16.35 2.55 -
YUV 97.51 86.52 207.52 -
System Red Green Blue C M Y K H S L
Decimal 209 55 24 0 0.74 0.89 0.18 10.05 0.79 0.46
Hex D1 37 18 0 4A 59 12 A 4F 2E
Octal 321 67 30 0 112 131 22 12 117 56
Binary 11010001 110111 11000 0 1001010 1011001 10010 1010 1001111 101110

Color Harmonies of #D13718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13718

Black with #D13718

Text Example


Text Example

White with #D13718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13718; }

 p { color: rgb(209,55,24); }

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

background-color css

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

 a { background-color: rgb(209,55,24); }

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

border-color css

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

 span { border-color: rgb(209,55,24); }

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