Html Css Color HEX #D34913 Harley Davidson Orange

📋 copy color: '#D34913'

red 211 ◦ green 73 ◦ blue 19

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

Shades of Harley Davidson Orange #D34913

Tints of Harley Davidson Orange #D34913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.27%

R = 69.64%
G = 24.09%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D34913 (or 0xD34913) is known color: Harley Davidson Orange. HEX triplet: D3, 49 and 13. RGB value is (211,73,19). Sum of RGB (Red+Green+Blue) = 211+73+19=303 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.64% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 211 - color contains mainly: red. Hex color #D34913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34913 is #2CB6EC. Grayscale: #6C6C6C. Windows color (decimal): -2930413 or 1264083. OLE color: 1264083.

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

Color convert

RGB 211 73 19 -
CMYK 0 0.65 0.91 0.17
HSL 16.88º 0.83% 0.45% -
HSV(B) 16.88º 0.91% 0.83% -
XYZ 29.36 18.66 2.67 -
YUV 108.11 77.72 201.39 -
System Red Green Blue C M Y K H S L
Decimal 211 73 19 0 0.65 0.91 0.17 16.88 0.83 0.45
Hex D3 49 13 0 41 5B 11 11 53 2D
Octal 323 111 23 0 101 133 21 21 123 55
Binary 11010011 1001001 10011 0 1000001 1011011 10001 10001 1010011 101101

Color Harmonies of #D34913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34913

Black with #D34913

Text Example


Text Example

White with #D34913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34913; }

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

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

background-color css

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

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

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

border-color css

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

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

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