Html Css Color HEX #D34715 Harley Davidson Orange

📋 copy color: '#D34715'

red 211 ◦ green 71 ◦ blue 21

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

Shades of Harley Davidson Orange #D34715

Tints of Harley Davidson Orange #D34715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.93%

R = 69.64%
G = 23.43%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D34715 (or 0xD34715) is known color: Harley Davidson Orange. HEX triplet: D3, 47 and 15. RGB value is (211,71,21). Sum of RGB (Red+Green+Blue) = 211+71+21=303 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.64% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 211 - color contains mainly: red. Hex color #D34715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34715 is #2CB8EA. Grayscale: #6B6B6B. Windows color (decimal): -2930923 or 1394643. OLE color: 1394643.

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

Color convert

RGB 211 71 21 -
CMYK 0 0.66 0.90 0.17
HSL 15.79º 0.82% 0.45% -
HSV(B) 15.79º 0.9% 0.83% -
XYZ 29.25 18.41 2.72 -
YUV 107.16 79.38 202.07 -
System Red Green Blue C M Y K H S L
Decimal 211 71 21 0 0.66 0.90 0.17 15.79 0.82 0.45
Hex D3 47 15 0 42 5A 11 10 52 2D
Octal 323 107 25 0 102 132 21 20 122 55
Binary 11010011 1000111 10101 0 1000010 1011010 10001 10000 1010010 101101

Color Harmonies of #D34715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34715

Black with #D34715

Text Example


Text Example

White with #D34715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34715; }

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

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

background-color css

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

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

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

border-color css

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

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

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