Html Css Color HEX #DE3304 Harley Davidson Orange

📋 copy color: '#DE3304'

red 222 ◦ green 51 ◦ blue 4

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

Shades of Harley Davidson Orange #DE3304

Tints of Harley Davidson Orange #DE3304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.44%

R = 80.14%
G = 18.41%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DE3304 (or 0xDE3304) is known color: Harley Davidson Orange. HEX triplet: DE, 33 and 04. RGB value is (222,51,4). Sum of RGB (Red+Green+Blue) = 222+51+4=277 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.14% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3304 is #21CCFB. Grayscale: #616161. Windows color (decimal): -2215164 or 275422. OLE color: 275422.

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

Color convert

RGB 222 51 4 -
CMYK 0 0.77 0.98 0.13
HSL 12.94º 0.96% 0.44% -
HSV(B) 12.94º 0.98% 0.87% -
XYZ 31.33 17.91 1.92 -
YUV 96.77 75.65 217.32 -
System Red Green Blue C M Y K H S L
Decimal 222 51 4 0 0.77 0.98 0.13 12.94 0.96 0.44
Hex DE 33 4 0 4D 62 D D 60 2C
Octal 336 63 4 0 115 142 15 15 140 54
Binary 11011110 110011 100 0 1001101 1100010 1101 1101 1100000 101100

Color Harmonies of #DE3304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3304

Black with #DE3304

Text Example


Text Example

White with #DE3304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3304; }

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

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

background-color css

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

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

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

border-color css

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

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

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