Html Css Color HEX #D34714 Harley Davidson Orange

📋 copy color: '#D34714'

red 211 ◦ green 71 ◦ blue 20

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

Shades of Harley Davidson Orange #D34714

Tints of Harley Davidson Orange #D34714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.51%

 BLUE value IS 20 (8.2% from 255) = 6.62%

R = 69.87%
G = 23.51%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D34714 (or 0xD34714) is known color: Harley Davidson Orange. HEX triplet: D3, 47 and 14. RGB value is (211,71,20). Sum of RGB (Red+Green+Blue) = 211+71+20=302 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.87% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 211 - color contains mainly: red. Hex color #D34714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34714 is #2CB8EB. Grayscale: #6B6B6B. Windows color (decimal): -2930924 or 1329107. OLE color: 1329107.

HSL color Cylindrical-coordinate representation of color #D34714: hue angle of 16.02º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D34714 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 71 20 -
CMYK 0 0.66 0.91 0.17
HSL 16.02º 0.83% 0.45% -
HSV(B) 16.02º 0.91% 0.83% -
XYZ 29.24 18.41 2.67 -
YUV 107.05 78.88 202.15 -
System Red Green Blue C M Y K H S L
Decimal 211 71 20 0 0.66 0.91 0.17 16.02 0.83 0.45
Hex D3 47 14 0 42 5B 11 10 53 2D
Octal 323 107 24 0 102 133 21 20 123 55
Binary 11010011 1000111 10100 0 1000010 1011011 10001 10000 1010011 101101

Color Harmonies of #D34714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34714

Black with #D34714

Text Example


Text Example

White with #D34714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34714; }

 p { color: rgb(211,71,20); }

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

background-color css

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

 a { background-color: rgb(211,71,20); }

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

border-color css

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

 span { border-color: rgb(211,71,20); }

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