Html Css Color HEX #D34416 Harley Davidson Orange

📋 copy color: '#D34416'

red 211 ◦ green 68 ◦ blue 22

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

Shades of Harley Davidson Orange #D34416

Tints of Harley Davidson Orange #D34416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.59%

 BLUE value IS 22 (8.98% from 255) = 7.31%

R = 70.1%
G = 22.59%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D34416 (or 0xD34416) is known color: Harley Davidson Orange. HEX triplet: D3, 44 and 16. RGB value is (211,68,22). Sum of RGB (Red+Green+Blue) = 211+68+22=301 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.10% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 211 - color contains mainly: red. Hex color #D34416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34416 is #2CBBE9. Grayscale: #696969. Windows color (decimal): -2931690 or 1459411. OLE color: 1459411.

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

Color convert

RGB 211 68 22 -
CMYK 0 0.68 0.90 0.17
HSL 14.6º 0.81% 0.46% -
HSV(B) 14.6º 0.9% 0.83% -
XYZ 29.08 18.04 2.71 -
YUV 105.51 80.88 203.24 -
System Red Green Blue C M Y K H S L
Decimal 211 68 22 0 0.68 0.90 0.17 14.6 0.81 0.46
Hex D3 44 16 0 44 5A 11 F 51 2E
Octal 323 104 26 0 104 132 21 17 121 56
Binary 11010011 1000100 10110 0 1000100 1011010 10001 1111 1010001 101110

Color Harmonies of #D34416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34416

Black with #D34416

Text Example


Text Example

White with #D34416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34416; }

 p { color: rgb(211,68,22); }

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

background-color css

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

 a { background-color: rgb(211,68,22); }

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

border-color css

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

 span { border-color: rgb(211,68,22); }

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