Html Css Color HEX #D34005 Harley Davidson Orange

📋 copy color: '#D34005'

red 211 ◦ green 64 ◦ blue 5

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

Shades of Harley Davidson Orange #D34005

Tints of Harley Davidson Orange #D34005

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.86%

 BLUE value IS 5 (2.34% from 255) = 1.79%

R = 75.36%
G = 22.86%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D34005 (or 0xD34005) is known color: Harley Davidson Orange. HEX triplet: D3, 40 and 05. RGB value is (211,64,5). Sum of RGB (Red+Green+Blue) = 211+64+5=280 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.36% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 211 - color contains mainly: red. Hex color #D34005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34005 is #2CBFFA. Grayscale: #656565. Windows color (decimal): -2932731 or 344275. OLE color: 344275.

HSL color Cylindrical-coordinate representation of color #D34005: hue angle of 17.18º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D34005 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 64 5 -
CMYK 0 0.70 0.98 0.17
HSL 17.18º 0.95% 0.42% -
HSV(B) 17.18º 0.98% 0.83% -
XYZ 28.72 17.53 2.01 -
YUV 101.23 73.7 206.3 -
System Red Green Blue C M Y K H S L
Decimal 211 64 5 0 0.70 0.98 0.17 17.18 0.95 0.42
Hex D3 40 5 0 46 62 11 11 5F 2A
Octal 323 100 5 0 106 142 21 21 137 52
Binary 11010011 1000000 101 0 1000110 1100010 10001 10001 1011111 101010

Color Harmonies of #D34005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34005

Black with #D34005

Text Example


Text Example

White with #D34005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34005; }

 p { color: rgb(211,64,5); }

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

background-color css

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

 a { background-color: rgb(211,64,5); }

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

border-color css

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

 span { border-color: rgb(211,64,5); }

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