Html Css Color HEX #D34121 Harley Davidson Orange

📋 copy color: '#D34121'

red 211 ◦ green 65 ◦ blue 33

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

Shades of Harley Davidson Orange #D34121

Tints of Harley Davidson Orange #D34121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.68%

R = 68.28%
G = 21.04%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D34121 (or 0xD34121) is known color: Harley Davidson Orange. HEX triplet: D3, 41 and 21. RGB value is (211,65,33). Sum of RGB (Red+Green+Blue) = 211+65+33=309 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.28% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 211 - color contains mainly: red. Hex color #D34121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34121 is #2CBEDE. Grayscale: #696969. Windows color (decimal): -2932447 or 2179539. OLE color: 2179539.

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

Color convert

RGB 211 65 33 -
CMYK 0 0.69 0.84 0.17
HSL 10.79º 0.73% 0.48% -
HSV(B) 10.79º 0.84% 0.83% -
XYZ 29.03 17.74 3.33 -
YUV 105.01 87.37 203.6 -
System Red Green Blue C M Y K H S L
Decimal 211 65 33 0 0.69 0.84 0.17 10.79 0.73 0.48
Hex D3 41 21 0 45 54 11 B 49 30
Octal 323 101 41 0 105 124 21 13 111 60
Binary 11010011 1000001 100001 0 1000101 1010100 10001 1011 1001001 110000

Color Harmonies of #D34121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34121

Black with #D34121

Text Example


Text Example

White with #D34121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34121; }

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

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

background-color css

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

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

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

border-color css

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

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

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