Html Css Color HEX #DE4717 Harley Davidson Orange

📋 copy color: '#DE4717'

red 222 ◦ green 71 ◦ blue 23

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

Shades of Harley Davidson Orange #DE4717

Tints of Harley Davidson Orange #DE4717

RGB

 RED value IS 222 (87.11% from 255) = 70.25%

 GREEN value IS 71 (28.13% from 255) = 22.47%

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

R = 70.25%
G = 22.47%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE4717 (or 0xDE4717) is known color: Harley Davidson Orange. HEX triplet: DE, 47 and 17. RGB value is (222,71,23). Sum of RGB (Red+Green+Blue) = 222+71+23=316 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.25% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4717 is #21B8E8. Grayscale: #6F6F6F. Windows color (decimal): -2210025 or 1525726. OLE color: 1525726.

HSL color Cylindrical-coordinate representation of color #DE4717: hue angle of 14.47º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE4717 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 71 23 -
CMYK 0 0.68 0.90 0.13
HSL 14.47º 0.81% 0.48% -
HSV(B) 14.47º 0.9% 0.87% -
XYZ 32.53 20.1 2.98 -
YUV 110.68 78.53 207.4 -
System Red Green Blue C M Y K H S L
Decimal 222 71 23 0 0.68 0.90 0.13 14.47 0.81 0.48
Hex DE 47 17 0 44 5A D E 51 30
Octal 336 107 27 0 104 132 15 16 121 60
Binary 11011110 1000111 10111 0 1000100 1011010 1101 1110 1010001 110000

Color Harmonies of #DE4717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4717

Black with #DE4717

Text Example


Text Example

White with #DE4717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4717; }

 p { color: rgb(222,71,23); }

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

background-color css

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

 a { background-color: rgb(222,71,23); }

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

border-color css

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

 span { border-color: rgb(222,71,23); }

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