Html Css Color HEX #DE3215 Harley Davidson Orange

📋 copy color: '#DE3215'

red 222 ◦ green 50 ◦ blue 21

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

Shades of Harley Davidson Orange #DE3215

Tints of Harley Davidson Orange #DE3215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.06%

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

R = 75.77%
G = 17.06%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE3215 (or 0xDE3215) is known color: Harley Davidson Orange. HEX triplet: DE, 32 and 15. RGB value is (222,50,21). Sum of RGB (Red+Green+Blue) = 222+50+21=293 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.77% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3215 is #21CDEA. Grayscale: #626262. Windows color (decimal): -2215403 or 1389278. OLE color: 1389278.

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

Color convert

RGB 222 50 21 -
CMYK 0 0.77 0.91 0.13
HSL 8.66º 0.83% 0.48% -
HSV(B) 8.66º 0.91% 0.87% -
XYZ 31.4 17.86 2.5 -
YUV 98.12 84.48 216.36 -
System Red Green Blue C M Y K H S L
Decimal 222 50 21 0 0.77 0.91 0.13 8.66 0.83 0.48
Hex DE 32 15 0 4D 5B D 9 53 30
Octal 336 62 25 0 115 133 15 11 123 60
Binary 11011110 110010 10101 0 1001101 1011011 1101 1001 1010011 110000

Color Harmonies of #DE3215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3215

Black with #DE3215

Text Example


Text Example

White with #DE3215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3215; }

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

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

background-color css

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

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

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

border-color css

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

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

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