Html Css Color HEX #D44817 Harley Davidson Orange

📋 copy color: '#D44817'

red 212 ◦ green 72 ◦ blue 23

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

Shades of Harley Davidson Orange #D44817

Tints of Harley Davidson Orange #D44817

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.45%

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

R = 69.06%
G = 23.45%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D44817 (or 0xD44817) is known color: Harley Davidson Orange. HEX triplet: D4, 48 and 17. RGB value is (212,72,23). Sum of RGB (Red+Green+Blue) = 212+72+23=307 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.06% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 212 - color contains mainly: red. Hex color #D44817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44817 is #2BB7E8. Grayscale: #6C6C6C. Windows color (decimal): -2865129 or 1525972. OLE color: 1525972.

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

Color convert

RGB 212 72 23 -
CMYK 0 0.66 0.89 0.17
HSL 15.56º 0.8% 0.46% -
HSV(B) 15.56º 0.89% 0.83% -
XYZ 29.62 18.69 2.86 -
YUV 108.27 79.88 201.98 -
System Red Green Blue C M Y K H S L
Decimal 212 72 23 0 0.66 0.89 0.17 15.56 0.8 0.46
Hex D4 48 17 0 42 59 11 10 50 2E
Octal 324 110 27 0 102 131 21 20 120 56
Binary 11010100 1001000 10111 0 1000010 1011001 10001 10000 1010000 101110

Color Harmonies of #D44817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44817

Black with #D44817

Text Example


Text Example

White with #D44817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44817; }

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

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

background-color css

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

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

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

border-color css

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

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

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