Html Css Color HEX #D44517 Harley Davidson Orange

📋 copy color: '#D44517'

red 212 ◦ green 69 ◦ blue 23

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

Shades of Harley Davidson Orange #D44517

Tints of Harley Davidson Orange #D44517

RGB

 RED value IS 212 (83.2% from 255) = 69.74%

 GREEN value IS 69 (27.34% from 255) = 22.7%

 BLUE value IS 23 (9.38% from 255) = 7.57%

R = 69.74%
G = 22.7%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D44517 (or 0xD44517) is known color: Harley Davidson Orange. HEX triplet: D4, 45 and 17. RGB value is (212,69,23). Sum of RGB (Red+Green+Blue) = 212+69+23=304 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.74% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 212 - color contains mainly: red. Hex color #D44517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44517 is #2BBAE8. Grayscale: #6A6A6A. Windows color (decimal): -2865897 or 1525204. OLE color: 1525204.

HSL color Cylindrical-coordinate representation of color #D44517: hue angle of 14.6º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D44517 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 69 23 -
CMYK 0 0.67 0.89 0.17
HSL 14.6º 0.8% 0.46% -
HSV(B) 14.6º 0.89% 0.83% -
XYZ 29.43 18.32 2.79 -
YUV 106.51 80.88 203.24 -
System Red Green Blue C M Y K H S L
Decimal 212 69 23 0 0.67 0.89 0.17 14.6 0.8 0.46
Hex D4 45 17 0 43 59 11 F 50 2E
Octal 324 105 27 0 103 131 21 17 120 56
Binary 11010100 1000101 10111 0 1000011 1011001 10001 1111 1010000 101110

Color Harmonies of #D44517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44517

Black with #D44517

Text Example


Text Example

White with #D44517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44517; }

 p { color: rgb(212,69,23); }

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

background-color css

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

 a { background-color: rgb(212,69,23); }

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

border-color css

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

 span { border-color: rgb(212,69,23); }

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