Html Css Color HEX #D34115 Harley Davidson Orange

📋 copy color: '#D34115'

red 211 ◦ green 65 ◦ blue 21

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

Shades of Harley Davidson Orange #D34115

Tints of Harley Davidson Orange #D34115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.89%

 BLUE value IS 21 (8.59% from 255) = 7.07%

R = 71.04%
G = 21.89%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D34115 (or 0xD34115) is known color: Harley Davidson Orange. HEX triplet: D3, 41 and 15. RGB value is (211,65,21). Sum of RGB (Red+Green+Blue) = 211+65+21=297 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.04% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 211 - color contains mainly: red. Hex color #D34115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34115 is #2CBEEA. Grayscale: #676767. Windows color (decimal): -2932459 or 1393107. OLE color: 1393107.

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

Color convert

RGB 211 65 21 -
CMYK 0 0.69 0.90 0.17
HSL 13.89º 0.82% 0.45% -
HSV(B) 13.89º 0.9% 0.83% -
XYZ 28.89 17.68 2.6 -
YUV 103.64 81.37 204.58 -
System Red Green Blue C M Y K H S L
Decimal 211 65 21 0 0.69 0.90 0.17 13.89 0.82 0.45
Hex D3 41 15 0 45 5A 11 E 52 2D
Octal 323 101 25 0 105 132 21 16 122 55
Binary 11010011 1000001 10101 0 1000101 1011010 10001 1110 1010010 101101

Color Harmonies of #D34115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34115

Black with #D34115

Text Example


Text Example

White with #D34115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34115; }

 p { color: rgb(211,65,21); }

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

background-color css

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

 a { background-color: rgb(211,65,21); }

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

border-color css

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

 span { border-color: rgb(211,65,21); }

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