Html Css Color HEX #D74812 Harley Davidson Orange

📋 copy color: '#D74812'

red 215 ◦ green 72 ◦ blue 18

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

Shades of Harley Davidson Orange #D74812

Tints of Harley Davidson Orange #D74812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.61%

 BLUE value IS 18 (7.42% from 255) = 5.9%

R = 70.49%
G = 23.61%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D74812 (or 0xD74812) is known color: Harley Davidson Orange. HEX triplet: D7, 48 and 12. RGB value is (215,72,18). Sum of RGB (Red+Green+Blue) = 215+72+18=305 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.49% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 215 - color contains mainly: red. Hex color #D74812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74812 is #28B7ED. Grayscale: #6C6C6C. Windows color (decimal): -2668526 or 1198295. OLE color: 1198295.

HSL color Cylindrical-coordinate representation of color #D74812: hue angle of 16.45º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D74812 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 72 18 -
CMYK 0 0.67 0.92 0.16
HSL 16.45º 0.85% 0.46% -
HSV(B) 16.45º 0.92% 0.84% -
XYZ 30.45 19.13 2.66 -
YUV 108.6 76.88 203.89 -
System Red Green Blue C M Y K H S L
Decimal 215 72 18 0 0.67 0.92 0.16 16.45 0.85 0.46
Hex D7 48 12 0 43 5C 10 10 55 2E
Octal 327 110 22 0 103 134 20 20 125 56
Binary 11010111 1001000 10010 0 1000011 1011100 10000 10000 1010101 101110

Color Harmonies of #D74812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74812

Black with #D74812

Text Example


Text Example

White with #D74812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74812; }

 p { color: rgb(215,72,18); }

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

background-color css

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

 a { background-color: rgb(215,72,18); }

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

border-color css

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

 span { border-color: rgb(215,72,18); }

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