Html Css Color HEX #D74108 Harley Davidson Orange

📋 copy color: '#D74108'

red 215 ◦ green 65 ◦ blue 8

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

Shades of Harley Davidson Orange #D74108

Tints of Harley Davidson Orange #D74108

RGB

 RED value IS 215 (84.38% from 255) = 74.65%

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

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

R = 74.65%
G = 22.57%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D74108 (or 0xD74108) is known color: Harley Davidson Orange. HEX triplet: D7, 41 and 08. RGB value is (215,65,8). Sum of RGB (Red+Green+Blue) = 215+65+8=288 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.65% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 215 - color contains mainly: red. Hex color #D74108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74108 is #28BEF7. Grayscale: #676767. Windows color (decimal): -2670328 or 541143. OLE color: 541143.

HSL color Cylindrical-coordinate representation of color #D74108: hue angle of 16.52º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D74108 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 65 8 -
CMYK 0 0.70 0.96 0.16
HSL 16.52º 0.93% 0.44% -
HSV(B) 16.52º 0.96% 0.84% -
XYZ 29.96 18.25 2.17 -
YUV 103.35 74.2 207.63 -
System Red Green Blue C M Y K H S L
Decimal 215 65 8 0 0.70 0.96 0.16 16.52 0.93 0.44
Hex D7 41 8 0 46 60 10 11 5D 2C
Octal 327 101 10 0 106 140 20 21 135 54
Binary 11010111 1000001 1000 0 1000110 1100000 10000 10001 1011101 101100

Color Harmonies of #D74108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74108

Black with #D74108

Text Example


Text Example

White with #D74108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74108; }

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

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

background-color css

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

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

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

border-color css

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

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

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