Html Css Color HEX #DE3315 Harley Davidson Orange

📋 copy color: '#DE3315'

red 222 ◦ green 51 ◦ blue 21

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

Shades of Harley Davidson Orange #DE3315

Tints of Harley Davidson Orange #DE3315

RGB

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

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

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

R = 75.51%
G = 17.35%
B = 7.14%

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

#DE3315 (or 0xDE3315) is known color: Harley Davidson Orange. HEX triplet: DE, 33 and 15. RGB value is (222,51,21). Sum of RGB (Red+Green+Blue) = 222+51+21=294 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.51% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3315 is #21CCEA. Grayscale: #636363. Windows color (decimal): -2215147 or 1389534. OLE color: 1389534.

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

Color convert

RGB 222 51 21 -
CMYK 0 0.77 0.91 0.13
HSL 8.96º 0.83% 0.48% -
HSV(B) 8.96º 0.91% 0.87% -
XYZ 31.44 17.95 2.52 -
YUV 98.71 84.15 215.94 -
System Red Green Blue C M Y K H S L
Decimal 222 51 21 0 0.77 0.91 0.13 8.96 0.83 0.48
Hex DE 33 15 0 4D 5B D 9 53 30
Octal 336 63 25 0 115 133 15 11 123 60
Binary 11011110 110011 10101 0 1001101 1011011 1101 1001 1010011 110000

Color Harmonies of #DE3315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3315

Black with #DE3315

Text Example


Text Example

White with #DE3315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3315; }

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

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

background-color css

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

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

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

border-color css

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

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

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