Html Css Color HEX #DE3500 Harley Davidson Orange

📋 copy color: '#DE3500'

red 222 ◦ green 53 ◦ blue 0

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

Shades of Harley Davidson Orange #DE3500

Tints of Harley Davidson Orange #DE3500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.73%
G = 19.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DE3500 (or 0xDE3500) is known color: Harley Davidson Orange. HEX triplet: DE, 35 and 00. RGB value is (222,53,0). Sum of RGB (Red+Green+Blue) = 222+53+0=275 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.73% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3500 is #21CAFF. Grayscale: #616161. Windows color (decimal): -2214656 or 13790. OLE color: 13790.

HSL color Cylindrical-coordinate representation of color #DE3500: hue angle of 14.32º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE3500 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 53 0 -
CMYK 0 0.76 1 0.13
HSL 14.32º 1% 0.44% -
HSV(B) 14.32º 1% 0.87% -
XYZ 31.4 18.08 1.83 -
YUV 97.49 72.99 216.81 -
System Red Green Blue C M Y K H S L
Decimal 222 53 0 0 0.76 1 0.13 14.32 1 0.44
Hex DE 35 0 0 4C 64 D E 64 2C
Octal 336 65 0 0 114 144 15 16 144 54
Binary 11011110 110101 0 0 1001100 1100100 1101 1110 1100100 101100

Color Harmonies of #DE3500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3500

Black with #DE3500

Text Example


Text Example

White with #DE3500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3500; }

 p { color: rgb(222,53,0); }

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

background-color css

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

 a { background-color: rgb(222,53,0); }

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

border-color css

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

 span { border-color: rgb(222,53,0); }

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