Html Css Color HEX #DE4108 Harley Davidson Orange

📋 copy color: '#DE4108'

red 222 ◦ green 65 ◦ blue 8

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

Shades of Harley Davidson Orange #DE4108

Tints of Harley Davidson Orange #DE4108

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.03%

 BLUE value IS 8 (3.52% from 255) = 2.71%

R = 75.25%
G = 22.03%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DE4108 (or 0xDE4108) is known color: Harley Davidson Orange. HEX triplet: DE, 41 and 08. RGB value is (222,65,8). Sum of RGB (Red+Green+Blue) = 222+65+8=295 (39% of max value = 765). Red value is 222 (87.11% from 255 or 75.25% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4108 is #21BEF7. Grayscale: #696969. Windows color (decimal): -2211576 or 541150. OLE color: 541150.

HSL color Cylindrical-coordinate representation of color #DE4108: hue angle of 15.98º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE4108 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 65 8 -
CMYK 0 0.71 0.96 0.13
HSL 15.98º 0.93% 0.45% -
HSV(B) 15.98º 0.96% 0.87% -
XYZ 32.06 19.33 2.27 -
YUV 105.45 73.01 211.13 -
System Red Green Blue C M Y K H S L
Decimal 222 65 8 0 0.71 0.96 0.13 15.98 0.93 0.45
Hex DE 41 8 0 47 60 D 10 5D 2D
Octal 336 101 10 0 107 140 15 20 135 55
Binary 11011110 1000001 1000 0 1000111 1100000 1101 10000 1011101 101101

Color Harmonies of #DE4108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4108

Black with #DE4108

Text Example


Text Example

White with #DE4108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4108; }

 p { color: rgb(222,65,8); }

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

background-color css

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

 a { background-color: rgb(222,65,8); }

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

border-color css

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

 span { border-color: rgb(222,65,8); }

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