Html Css Color HEX #DE3300 Harley Davidson Orange

📋 copy color: '#DE3300'

red 222 ◦ green 51 ◦ blue 0

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

Shades of Harley Davidson Orange #DE3300

Tints of Harley Davidson Orange #DE3300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.68%

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

R = 81.32%
G = 18.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DE3300 (or 0xDE3300) is known color: Harley Davidson Orange. HEX triplet: DE, 33 and 00. RGB value is (222,51,0). Sum of RGB (Red+Green+Blue) = 222+51+0=273 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.32% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3300 is #21CCFF. Grayscale: #606060. Windows color (decimal): -2215168 or 13278. OLE color: 13278.

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

Color convert

RGB 222 51 0 -
CMYK 0 0.77 1 0.13
HSL 13.78º 1% 0.44% -
HSV(B) 13.78º 1% 0.87% -
XYZ 31.31 17.9 1.8 -
YUV 96.32 73.65 217.65 -
System Red Green Blue C M Y K H S L
Decimal 222 51 0 0 0.77 1 0.13 13.78 1 0.44
Hex DE 33 0 0 4D 64 D E 64 2C
Octal 336 63 0 0 115 144 15 16 144 54
Binary 11011110 110011 0 0 1001101 1100100 1101 1110 1100100 101100

Color Harmonies of #DE3300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3300

Black with #DE3300

Text Example


Text Example

White with #DE3300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3300; }

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

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

background-color css

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

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

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

border-color css

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

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

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