Html Css Color HEX #D34A1D Harley Davidson Orange

📋 copy color: '#D34A1D'

red 211 ◦ green 74 ◦ blue 29

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

Shades of Harley Davidson Orange #D34A1D

Tints of Harley Davidson Orange #D34A1D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.57%

 BLUE value IS 29 (11.72% from 255) = 9.24%

R = 67.2%
G = 23.57%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D34A1D (or 0xD34A1D) is known color: Harley Davidson Orange. HEX triplet: D3, 4A and 1D. RGB value is (211,74,29). Sum of RGB (Red+Green+Blue) = 211+74+29=314 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.20% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 211 - color contains mainly: red. Hex color #D34A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34A1D is #2CB5E2. Grayscale: #6E6E6E. Windows color (decimal): -2930147 or 1919699. OLE color: 1919699.

HSL color Cylindrical-coordinate representation of color #D34A1D: hue angle of 14.84º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D34A1D is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 74 29 -
CMYK 0 0.65 0.86 0.17
HSL 14.84º 0.76% 0.47% -
HSV(B) 14.84º 0.86% 0.83% -
XYZ 29.53 18.84 3.24 -
YUV 109.83 82.39 200.16 -
System Red Green Blue C M Y K H S L
Decimal 211 74 29 0 0.65 0.86 0.17 14.84 0.76 0.47
Hex D3 4A 1D 0 41 56 11 F 4C 2F
Octal 323 112 35 0 101 126 21 17 114 57
Binary 11010011 1001010 11101 0 1000001 1010110 10001 1111 1001100 101111

Color Harmonies of #D34A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34A1D

Black with #D34A1D

Text Example


Text Example

White with #D34A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34A1D; }

 p { color: rgb(211,74,29); }

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

background-color css

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

 a { background-color: rgb(211,74,29); }

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

border-color css

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

 span { border-color: rgb(211,74,29); }

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