Html Css Color HEX #D34107 Harley Davidson Orange

📋 copy color: '#D34107'

red 211 ◦ green 65 ◦ blue 7

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

Shades of Harley Davidson Orange #D34107

Tints of Harley Davidson Orange #D34107

RGB

 RED value IS 211 (82.81% from 255) = 74.56%

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

 BLUE value IS 7 (3.13% from 255) = 2.47%

R = 74.56%
G = 22.97%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D34107 (or 0xD34107) is known color: Harley Davidson Orange. HEX triplet: D3, 41 and 07. RGB value is (211,65,7). Sum of RGB (Red+Green+Blue) = 211+65+7=283 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.56% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 211 - color contains mainly: red. Hex color #D34107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34107 is #2CBEF8. Grayscale: #666666. Windows color (decimal): -2932473 or 475603. OLE color: 475603.

HSL color Cylindrical-coordinate representation of color #D34107: hue angle of 17.06º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D34107 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 65 7 -
CMYK 0 0.69 0.97 0.17
HSL 17.06º 0.94% 0.43% -
HSV(B) 17.06º 0.97% 0.83% -
XYZ 28.79 17.64 2.09 -
YUV 102.04 74.37 205.72 -
System Red Green Blue C M Y K H S L
Decimal 211 65 7 0 0.69 0.97 0.17 17.06 0.94 0.43
Hex D3 41 7 0 45 61 11 11 5E 2B
Octal 323 101 7 0 105 141 21 21 136 53
Binary 11010011 1000001 111 0 1000101 1100001 10001 10001 1011110 101011

Color Harmonies of #D34107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34107

Black with #D34107

Text Example


Text Example

White with #D34107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34107; }

 p { color: rgb(211,65,7); }

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

background-color css

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

 a { background-color: rgb(211,65,7); }

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

border-color css

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

 span { border-color: rgb(211,65,7); }

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