Html Css Color HEX #D34915 Harley Davidson Orange

📋 copy color: '#D34915'

red 211 ◦ green 73 ◦ blue 21

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

Shades of Harley Davidson Orange #D34915

Tints of Harley Davidson Orange #D34915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.93%

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

R = 69.18%
G = 23.93%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D34915 (or 0xD34915) is known color: Harley Davidson Orange. HEX triplet: D3, 49 and 15. RGB value is (211,73,21). Sum of RGB (Red+Green+Blue) = 211+73+21=305 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.18% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 211 - color contains mainly: red. Hex color #D34915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34915 is #2CB6EA. Grayscale: #6C6C6C. Windows color (decimal): -2930411 or 1395155. OLE color: 1395155.

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

Color convert

RGB 211 73 21 -
CMYK 0 0.65 0.90 0.17
HSL 16.42º 0.82% 0.45% -
HSV(B) 16.42º 0.9% 0.83% -
XYZ 29.38 18.67 2.76 -
YUV 108.33 78.72 201.23 -
System Red Green Blue C M Y K H S L
Decimal 211 73 21 0 0.65 0.90 0.17 16.42 0.82 0.45
Hex D3 49 15 0 41 5A 11 10 52 2D
Octal 323 111 25 0 101 132 21 20 122 55
Binary 11010011 1001001 10101 0 1000001 1011010 10001 10000 1010010 101101

Color Harmonies of #D34915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34915

Black with #D34915

Text Example


Text Example

White with #D34915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34915; }

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

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

background-color css

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

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

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

border-color css

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

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

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