Html Css Color HEX #DE3715 Harley Davidson Orange

📋 copy color: '#DE3715'

red 222 ◦ green 55 ◦ blue 21

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

Shades of Harley Davidson Orange #DE3715

Tints of Harley Davidson Orange #DE3715

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.46%

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

R = 74.5%
G = 18.46%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE3715 (or 0xDE3715) is known color: Harley Davidson Orange. HEX triplet: DE, 37 and 15. RGB value is (222,55,21). Sum of RGB (Red+Green+Blue) = 222+55+21=298 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.50% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3715 is #21C8EA. Grayscale: #656565. Windows color (decimal): -2214123 or 1390558. OLE color: 1390558.

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

Color convert

RGB 222 55 21 -
CMYK 0 0.75 0.91 0.13
HSL 10.15º 0.83% 0.48% -
HSV(B) 10.15º 0.91% 0.87% -
XYZ 31.63 18.32 2.58 -
YUV 101.06 82.83 214.26 -
System Red Green Blue C M Y K H S L
Decimal 222 55 21 0 0.75 0.91 0.13 10.15 0.83 0.48
Hex DE 37 15 0 4B 5B D A 53 30
Octal 336 67 25 0 113 133 15 12 123 60
Binary 11011110 110111 10101 0 1001011 1011011 1101 1010 1010011 110000

Color Harmonies of #DE3715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3715

Black with #DE3715

Text Example


Text Example

White with #DE3715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3715; }

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

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

background-color css

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

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

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

border-color css

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

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

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