Html Css Color HEX #D34123 Harley Davidson Orange

📋 copy color: '#D34123'

red 211 ◦ green 65 ◦ blue 35

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

Shades of Harley Davidson Orange #D34123

Tints of Harley Davidson Orange #D34123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.25%

R = 67.85%
G = 20.9%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D34123 (or 0xD34123) is known color: Harley Davidson Orange. HEX triplet: D3, 41 and 23. RGB value is (211,65,35). Sum of RGB (Red+Green+Blue) = 211+65+35=311 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.85% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 211 - color contains mainly: red. Hex color #D34123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34123 is #2CBEDC. Grayscale: #696969. Windows color (decimal): -2932445 or 2310611. OLE color: 2310611.

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

Color convert

RGB 211 65 35 -
CMYK 0 0.69 0.83 0.17
HSL 10.23º 0.72% 0.48% -
HSV(B) 10.23º 0.83% 0.83% -
XYZ 29.06 17.75 3.48 -
YUV 105.23 88.37 203.44 -
System Red Green Blue C M Y K H S L
Decimal 211 65 35 0 0.69 0.83 0.17 10.23 0.72 0.48
Hex D3 41 23 0 45 53 11 A 48 30
Octal 323 101 43 0 105 123 21 12 110 60
Binary 11010011 1000001 100011 0 1000101 1010011 10001 1010 1001000 110000

Color Harmonies of #D34123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34123

Black with #D34123

Text Example


Text Example

White with #D34123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34123; }

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

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

background-color css

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

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

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

border-color css

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

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

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