Html Css Color HEX #DE4319 Harley Davidson Orange

📋 copy color: '#DE4319'

red 222 ◦ green 67 ◦ blue 25

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

Shades of Harley Davidson Orange #DE4319

Tints of Harley Davidson Orange #DE4319

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.34%

 BLUE value IS 25 (10.16% from 255) = 7.96%

R = 70.7%
G = 21.34%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DE4319 (or 0xDE4319) is known color: Harley Davidson Orange. HEX triplet: DE, 43 and 19. RGB value is (222,67,25). Sum of RGB (Red+Green+Blue) = 222+67+25=314 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.70% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4319 is #21BCE6. Grayscale: #6C6C6C. Windows color (decimal): -2211047 or 1655774. OLE color: 1655774.

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

Color convert

RGB 222 67 25 -
CMYK 0 0.70 0.89 0.13
HSL 12.79º 0.8% 0.48% -
HSV(B) 12.79º 0.89% 0.87% -
XYZ 32.31 19.61 3 -
YUV 108.56 80.85 208.92 -
System Red Green Blue C M Y K H S L
Decimal 222 67 25 0 0.70 0.89 0.13 12.79 0.8 0.48
Hex DE 43 19 0 46 59 D D 50 30
Octal 336 103 31 0 106 131 15 15 120 60
Binary 11011110 1000011 11001 0 1000110 1011001 1101 1101 1010000 110000

Color Harmonies of #DE4319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4319

Black with #DE4319

Text Example


Text Example

White with #DE4319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4319; }

 p { color: rgb(222,67,25); }

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

background-color css

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

 a { background-color: rgb(222,67,25); }

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

border-color css

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

 span { border-color: rgb(222,67,25); }

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