Html Css Color HEX #D34718 Harley Davidson Orange

📋 copy color: '#D34718'

red 211 ◦ green 71 ◦ blue 24

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

Shades of Harley Davidson Orange #D34718

Tints of Harley Davidson Orange #D34718

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.2%

 BLUE value IS 24 (9.77% from 255) = 7.84%

R = 68.95%
G = 23.2%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D34718 (or 0xD34718) is known color: Harley Davidson Orange. HEX triplet: D3, 47 and 18. RGB value is (211,71,24). Sum of RGB (Red+Green+Blue) = 211+71+24=306 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.95% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 211 - color contains mainly: red. Hex color #D34718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34718 is #2CB8E7. Grayscale: #6B6B6B. Windows color (decimal): -2930920 or 1591251. OLE color: 1591251.

HSL color Cylindrical-coordinate representation of color #D34718: hue angle of 15.08º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D34718 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 71 24 -
CMYK 0 0.66 0.89 0.17
HSL 15.08º 0.8% 0.46% -
HSV(B) 15.08º 0.89% 0.83% -
XYZ 29.28 18.42 2.88 -
YUV 107.5 80.88 201.82 -
System Red Green Blue C M Y K H S L
Decimal 211 71 24 0 0.66 0.89 0.17 15.08 0.8 0.46
Hex D3 47 18 0 42 59 11 F 50 2E
Octal 323 107 30 0 102 131 21 17 120 56
Binary 11010011 1000111 11000 0 1000010 1011001 10001 1111 1010000 101110

Color Harmonies of #D34718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34718

Black with #D34718

Text Example


Text Example

White with #D34718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34718; }

 p { color: rgb(211,71,24); }

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

background-color css

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

 a { background-color: rgb(211,71,24); }

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

border-color css

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

 span { border-color: rgb(211,71,24); }

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