Html Css Color HEX #D7410B Harley Davidson Orange

📋 copy color: '#D7410B'

red 215 ◦ green 65 ◦ blue 11

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

Shades of Harley Davidson Orange #D7410B

Tints of Harley Davidson Orange #D7410B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.78%

R = 73.88%
G = 22.34%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7410B (or 0xD7410B) is known color: Harley Davidson Orange. HEX triplet: D7, 41 and 0B. RGB value is (215,65,11). Sum of RGB (Red+Green+Blue) = 215+65+11=291 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.88% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 215 - color contains mainly: red. Hex color #D7410B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7410B is #28BEF4. Grayscale: #686868. Windows color (decimal): -2670325 or 737751. OLE color: 737751.

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

Color convert

RGB 215 65 11 -
CMYK 0 0.70 0.95 0.16
HSL 15.88º 0.9% 0.44% -
HSV(B) 15.88º 0.95% 0.84% -
XYZ 29.98 18.25 2.26 -
YUV 103.69 75.7 207.39 -
System Red Green Blue C M Y K H S L
Decimal 215 65 11 0 0.70 0.95 0.16 15.88 0.9 0.44
Hex D7 41 B 0 46 5F 10 10 5A 2C
Octal 327 101 13 0 106 137 20 20 132 54
Binary 11010111 1000001 1011 0 1000110 1011111 10000 10000 1011010 101100

Color Harmonies of #D7410B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7410B

Black with #D7410B

Text Example


Text Example

White with #D7410B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7410B; }

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

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

background-color css

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

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

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

border-color css

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

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

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