Html Css Color HEX #D74612 Harley Davidson Orange

📋 copy color: '#D74612'

red 215 ◦ green 70 ◦ blue 18

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

Shades of Harley Davidson Orange #D74612

Tints of Harley Davidson Orange #D74612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.1%

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

R = 70.96%
G = 23.1%
B = 5.94%

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

#D74612 (or 0xD74612) is known color: Harley Davidson Orange. HEX triplet: D7, 46 and 12. RGB value is (215,70,18). Sum of RGB (Red+Green+Blue) = 215+70+18=303 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.96% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 215 - color contains mainly: red. Hex color #D74612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74612 is #28B9ED. Grayscale: #6B6B6B. Windows color (decimal): -2669038 or 1197783. OLE color: 1197783.

HSL color Cylindrical-coordinate representation of color #D74612: hue angle of 15.84º 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 #D74612 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 70 18 -
CMYK 0 0.67 0.92 0.16
HSL 15.84º 0.85% 0.46% -
HSV(B) 15.84º 0.92% 0.84% -
XYZ 30.32 18.87 2.62 -
YUV 107.43 77.54 204.73 -
System Red Green Blue C M Y K H S L
Decimal 215 70 18 0 0.67 0.92 0.16 15.84 0.85 0.46
Hex D7 46 12 0 43 5C 10 10 55 2E
Octal 327 106 22 0 103 134 20 20 125 56
Binary 11010111 1000110 10010 0 1000011 1011100 10000 10000 1010101 101110

Color Harmonies of #D74612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74612

Black with #D74612

Text Example


Text Example

White with #D74612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74612; }

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

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

background-color css

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

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

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

border-color css

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

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

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