Html Css Color HEX #D34114 Harley Davidson Orange

📋 copy color: '#D34114'

red 211 ◦ green 65 ◦ blue 20

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

Shades of Harley Davidson Orange #D34114

Tints of Harley Davidson Orange #D34114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.76%

R = 71.28%
G = 21.96%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D34114 (or 0xD34114) is known color: Harley Davidson Orange. HEX triplet: D3, 41 and 14. RGB value is (211,65,20). Sum of RGB (Red+Green+Blue) = 211+65+20=296 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.28% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 211 - color contains mainly: red. Hex color #D34114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34114 is #2CBEEB. Grayscale: #676767. Windows color (decimal): -2932460 or 1327571. OLE color: 1327571.

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

Color convert

RGB 211 65 20 -
CMYK 0 0.69 0.91 0.17
HSL 14.14º 0.83% 0.45% -
HSV(B) 14.14º 0.91% 0.83% -
XYZ 28.88 17.68 2.55 -
YUV 103.52 80.87 204.66 -
System Red Green Blue C M Y K H S L
Decimal 211 65 20 0 0.69 0.91 0.17 14.14 0.83 0.45
Hex D3 41 14 0 45 5B 11 E 53 2D
Octal 323 101 24 0 105 133 21 16 123 55
Binary 11010011 1000001 10100 0 1000101 1011011 10001 1110 1010011 101101

Color Harmonies of #D34114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34114

Black with #D34114

Text Example


Text Example

White with #D34114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34114; }

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

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

background-color css

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

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

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

border-color css

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

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

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