Html Css Color HEX #D34207 Harley Davidson Orange

📋 copy color: '#D34207'

red 211 ◦ green 66 ◦ blue 7

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

Shades of Harley Davidson Orange #D34207

Tints of Harley Davidson Orange #D34207

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.24%

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

R = 74.3%
G = 23.24%
B = 2.46%

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

#D34207 (or 0xD34207) is known color: Harley Davidson Orange. HEX triplet: D3, 42 and 07. RGB value is (211,66,7). Sum of RGB (Red+Green+Blue) = 211+66+7=284 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.30% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 7 (3.12% from 255 or 2.46% from 284); Max value from RGB is 211 - color contains mainly: red. Hex color #D34207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34207 is #2CBDF8. Grayscale: #676767. Windows color (decimal): -2932217 or 475859. OLE color: 475859.

HSL color Cylindrical-coordinate representation of color #D34207: hue angle of 17.35º 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 #D34207 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 66 7 -
CMYK 0 0.69 0.97 0.17
HSL 17.35º 0.94% 0.43% -
HSV(B) 17.35º 0.97% 0.83% -
XYZ 28.85 17.76 2.11 -
YUV 102.63 74.04 205.3 -
System Red Green Blue C M Y K H S L
Decimal 211 66 7 0 0.69 0.97 0.17 17.35 0.94 0.43
Hex D3 42 7 0 45 61 11 11 5E 2B
Octal 323 102 7 0 105 141 21 21 136 53
Binary 11010011 1000010 111 0 1000101 1100001 10001 10001 1011110 101011

Color Harmonies of #D34207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34207

Black with #D34207

Text Example


Text Example

White with #D34207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34207; }

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

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

background-color css

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

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

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

border-color css

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

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

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