Html Css Color HEX #DE3615 Harley Davidson Orange

📋 copy color: '#DE3615'

red 222 ◦ green 54 ◦ blue 21

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

Shades of Harley Davidson Orange #DE3615

Tints of Harley Davidson Orange #DE3615

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.18%

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

R = 74.75%
G = 18.18%
B = 7.07%

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

#DE3615 (or 0xDE3615) is known color: Harley Davidson Orange. HEX triplet: DE, 36 and 15. RGB value is (222,54,21). Sum of RGB (Red+Green+Blue) = 222+54+21=297 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.75% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3615 is #21C9EA. Grayscale: #646464. Windows color (decimal): -2214379 or 1390302. OLE color: 1390302.

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

Color convert

RGB 222 54 21 -
CMYK 0 0.76 0.91 0.13
HSL 9.85º 0.83% 0.48% -
HSV(B) 9.85º 0.91% 0.87% -
XYZ 31.58 18.22 2.56 -
YUV 100.47 83.16 214.68 -
System Red Green Blue C M Y K H S L
Decimal 222 54 21 0 0.76 0.91 0.13 9.85 0.83 0.48
Hex DE 36 15 0 4C 5B D A 53 30
Octal 336 66 25 0 114 133 15 12 123 60
Binary 11011110 110110 10101 0 1001100 1011011 1101 1010 1010011 110000

Color Harmonies of #DE3615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3615

Black with #DE3615

Text Example


Text Example

White with #DE3615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3615; }

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

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

background-color css

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

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

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

border-color css

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

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

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