Html Css Color HEX #D34211 Harley Davidson Orange

📋 copy color: '#D34211'

red 211 ◦ green 66 ◦ blue 17

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

Shades of Harley Davidson Orange #D34211

Tints of Harley Davidson Orange #D34211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.45%

 BLUE value IS 17 (7.03% from 255) = 5.78%

R = 71.77%
G = 22.45%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D34211 (or 0xD34211) is known color: Harley Davidson Orange. HEX triplet: D3, 42 and 11. RGB value is (211,66,17). Sum of RGB (Red+Green+Blue) = 211+66+17=294 (38% of max value = 765). Red value is 211 (82.81% from 255 or 71.77% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 211 - color contains mainly: red. Hex color #D34211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34211 is #2CBDEE. Grayscale: #686868. Windows color (decimal): -2932207 or 1131219. OLE color: 1131219.

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

Color convert

RGB 211 66 17 -
CMYK 0 0.69 0.92 0.17
HSL 15.15º 0.85% 0.45% -
HSV(B) 15.15º 0.92% 0.83% -
XYZ 28.91 17.79 2.44 -
YUV 103.77 79.04 204.48 -
System Red Green Blue C M Y K H S L
Decimal 211 66 17 0 0.69 0.92 0.17 15.15 0.85 0.45
Hex D3 42 11 0 45 5C 11 F 55 2D
Octal 323 102 21 0 105 134 21 17 125 55
Binary 11010011 1000010 10001 0 1000101 1011100 10001 1111 1010101 101101

Color Harmonies of #D34211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34211

Black with #D34211

Text Example


Text Example

White with #D34211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34211; }

 p { color: rgb(211,66,17); }

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

background-color css

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

 a { background-color: rgb(211,66,17); }

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

border-color css

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

 span { border-color: rgb(211,66,17); }

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