Html Css Color HEX #D7460D Harley Davidson Orange

📋 copy color: '#D7460D'

red 215 ◦ green 70 ◦ blue 13

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

Shades of Harley Davidson Orange #D7460D

Tints of Harley Davidson Orange #D7460D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.36%

R = 72.15%
G = 23.49%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7460D (or 0xD7460D) is known color: Harley Davidson Orange. HEX triplet: D7, 46 and 0D. RGB value is (215,70,13). Sum of RGB (Red+Green+Blue) = 215+70+13=298 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.15% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 215 - color contains mainly: red. Hex color #D7460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7460D is #28B9F2. Grayscale: #6B6B6B. Windows color (decimal): -2669043 or 870103. OLE color: 870103.

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

Color convert

RGB 215 70 13 -
CMYK 0 0.67 0.94 0.16
HSL 16.93º 0.89% 0.45% -
HSV(B) 16.93º 0.94% 0.84% -
XYZ 30.29 18.86 2.42 -
YUV 106.86 75.04 205.13 -
System Red Green Blue C M Y K H S L
Decimal 215 70 13 0 0.67 0.94 0.16 16.93 0.89 0.45
Hex D7 46 D 0 43 5E 10 11 59 2D
Octal 327 106 15 0 103 136 20 21 131 55
Binary 11010111 1000110 1101 0 1000011 1011110 10000 10001 1011001 101101

Color Harmonies of #D7460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7460D

Black with #D7460D

Text Example


Text Example

White with #D7460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7460D; }

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

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

background-color css

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

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

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

border-color css

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

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

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