Html Css Color HEX #DE3515 Harley Davidson Orange

📋 copy color: '#DE3515'

red 222 ◦ green 53 ◦ blue 21

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

Shades of Harley Davidson Orange #DE3515

Tints of Harley Davidson Orange #DE3515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.09%

R = 75%
G = 17.91%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE3515 (or 0xDE3515) is known color: Harley Davidson Orange. HEX triplet: DE, 35 and 15. RGB value is (222,53,21). Sum of RGB (Red+Green+Blue) = 222+53+21=296 (39% of max value = 765). Red value is 222 (87.11% from 255 or 75% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3515 is #21CAEA. Grayscale: #646464. Windows color (decimal): -2214635 or 1390046. OLE color: 1390046.

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

Color convert

RGB 222 53 21 -
CMYK 0 0.76 0.91 0.13
HSL 9.55º 0.83% 0.48% -
HSV(B) 9.55º 0.91% 0.87% -
XYZ 31.53 18.13 2.55 -
YUV 99.88 83.49 215.1 -
System Red Green Blue C M Y K H S L
Decimal 222 53 21 0 0.76 0.91 0.13 9.55 0.83 0.48
Hex DE 35 15 0 4C 5B D A 53 30
Octal 336 65 25 0 114 133 15 12 123 60
Binary 11011110 110101 10101 0 1001100 1011011 1101 1010 1010011 110000

Color Harmonies of #DE3515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3515

Black with #DE3515

Text Example


Text Example

White with #DE3515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3515; }

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

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

background-color css

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

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

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

border-color css

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

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

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