Html Css Color HEX #DE3700 Harley Davidson Orange

📋 copy color: '#DE3700'

red 222 ◦ green 55 ◦ blue 0

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

Shades of Harley Davidson Orange #DE3700

Tints of Harley Davidson Orange #DE3700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.86%

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

R = 80.14%
G = 19.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DE3700 (or 0xDE3700) is known color: Harley Davidson Orange. HEX triplet: DE, 37 and 00. RGB value is (222,55,0). Sum of RGB (Red+Green+Blue) = 222+55+0=277 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.14% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3700 is #21C8FF. Grayscale: #636363. Windows color (decimal): -2214144 or 14302. OLE color: 14302.

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

Color convert

RGB 222 55 0 -
CMYK 0 0.75 1 0.13
HSL 14.86º 1% 0.44% -
HSV(B) 14.86º 1% 0.87% -
XYZ 31.49 18.26 1.87 -
YUV 98.66 72.33 215.97 -
System Red Green Blue C M Y K H S L
Decimal 222 55 0 0 0.75 1 0.13 14.86 1 0.44
Hex DE 37 0 0 4B 64 D F 64 2C
Octal 336 67 0 0 113 144 15 17 144 54
Binary 11011110 110111 0 0 1001011 1100100 1101 1111 1100100 101100

Color Harmonies of #DE3700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3700

Black with #DE3700

Text Example


Text Example

White with #DE3700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3700; }

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

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

background-color css

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

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

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

border-color css

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

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

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