Html Css Color HEX #D7461E Harley Davidson Orange

📋 copy color: '#D7461E'

red 215 ◦ green 70 ◦ blue 30

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

Shades of Harley Davidson Orange #D7461E

Tints of Harley Davidson Orange #D7461E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.52%

R = 68.25%
G = 22.22%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7461E (or 0xD7461E) is known color: Harley Davidson Orange. HEX triplet: D7, 46 and 1E. RGB value is (215,70,30). Sum of RGB (Red+Green+Blue) = 215+70+30=315 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.25% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 215 - color contains mainly: red. Hex color #D7461E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7461E is #28B9E1. Grayscale: #6D6D6D. Windows color (decimal): -2669026 or 1984215. OLE color: 1984215.

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

Color convert

RGB 215 70 30 -
CMYK 0 0.67 0.86 0.16
HSL 12.97º 0.76% 0.48% -
HSV(B) 12.97º 0.86% 0.84% -
XYZ 30.45 18.92 3.28 -
YUV 108.8 83.54 203.75 -
System Red Green Blue C M Y K H S L
Decimal 215 70 30 0 0.67 0.86 0.16 12.97 0.76 0.48
Hex D7 46 1E 0 43 56 10 D 4C 30
Octal 327 106 36 0 103 126 20 15 114 60
Binary 11010111 1000110 11110 0 1000011 1010110 10000 1101 1001100 110000

Color Harmonies of #D7461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7461E

Black with #D7461E

Text Example


Text Example

White with #D7461E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7461E; }

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

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

background-color css

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

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

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

border-color css

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

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

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