Html Css Color HEX #DE3817 Harley Davidson Orange

📋 copy color: '#DE3817'

red 222 ◦ green 56 ◦ blue 23

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

Shades of Harley Davidson Orange #DE3817

Tints of Harley Davidson Orange #DE3817

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.6%

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

R = 73.75%
G = 18.6%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE3817 (or 0xDE3817) is known color: Harley Davidson Orange. HEX triplet: DE, 38 and 17. RGB value is (222,56,23). Sum of RGB (Red+Green+Blue) = 222+56+23=301 (39% of max value = 765). Red value is 222 (87.11% from 255 or 73.75% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3817 is #21C7E8. Grayscale: #666666. Windows color (decimal): -2213865 or 1521886. OLE color: 1521886.

HSL color Cylindrical-coordinate representation of color #DE3817: hue angle of 9.95º 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 #DE3817 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 56 23 -
CMYK 0 0.75 0.90 0.13
HSL 9.95º 0.81% 0.48% -
HSV(B) 9.95º 0.9% 0.87% -
XYZ 31.69 18.42 2.7 -
YUV 101.87 83.5 213.68 -
System Red Green Blue C M Y K H S L
Decimal 222 56 23 0 0.75 0.90 0.13 9.95 0.81 0.48
Hex DE 38 17 0 4B 5A D A 51 30
Octal 336 70 27 0 113 132 15 12 121 60
Binary 11011110 111000 10111 0 1001011 1011010 1101 1010 1010001 110000

Color Harmonies of #DE3817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3817

Black with #DE3817

Text Example


Text Example

White with #DE3817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3817; }

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

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

background-color css

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

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

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

border-color css

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

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

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