Html Css Color HEX #D34818 Harley Davidson Orange

📋 copy color: '#D34818'

red 211 ◦ green 72 ◦ blue 24

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

Shades of Harley Davidson Orange #D34818

Tints of Harley Davidson Orange #D34818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.45%

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

R = 68.73%
G = 23.45%
B = 7.82%

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

#D34818 (or 0xD34818) is known color: Harley Davidson Orange. HEX triplet: D3, 48 and 18. RGB value is (211,72,24). Sum of RGB (Red+Green+Blue) = 211+72+24=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D34818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34818 is #2CB7E7. Grayscale: #6C6C6C. Windows color (decimal): -2930664 or 1591507. OLE color: 1591507.

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

Color convert

RGB 211 72 24 -
CMYK 0 0.66 0.89 0.17
HSL 15.4º 0.8% 0.46% -
HSV(B) 15.4º 0.89% 0.83% -
XYZ 29.35 18.55 2.9 -
YUV 108.09 80.55 201.4 -
System Red Green Blue C M Y K H S L
Decimal 211 72 24 0 0.66 0.89 0.17 15.4 0.8 0.46
Hex D3 48 18 0 42 59 11 F 50 2E
Octal 323 110 30 0 102 131 21 17 120 56
Binary 11010011 1001000 11000 0 1000010 1011001 10001 1111 1010000 101110

Color Harmonies of #D34818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34818

Black with #D34818

Text Example


Text Example

White with #D34818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34818; }

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

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

background-color css

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

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

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

border-color css

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

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

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