Html Css Color HEX #D3401C Harley Davidson Orange

📋 copy color: '#D3401C'

red 211 ◦ green 64 ◦ blue 28

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

Shades of Harley Davidson Orange #D3401C

Tints of Harley Davidson Orange #D3401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.12%

 BLUE value IS 28 (11.33% from 255) = 9.24%

R = 69.64%
G = 21.12%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D3401C (or 0xD3401C) is known color: Harley Davidson Orange. HEX triplet: D3, 40 and 1C. RGB value is (211,64,28). Sum of RGB (Red+Green+Blue) = 211+64+28=303 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.64% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 211 - color contains mainly: red. Hex color #D3401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3401C is #2CBFE3. Grayscale: #686868. Windows color (decimal): -2932708 or 1851603. OLE color: 1851603.

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

Color convert

RGB 211 64 28 -
CMYK 0 0.70 0.87 0.17
HSL 11.8º 0.77% 0.47% -
HSV(B) 11.8º 0.87% 0.83% -
XYZ 28.91 17.6 2.97 -
YUV 103.85 85.2 204.43 -
System Red Green Blue C M Y K H S L
Decimal 211 64 28 0 0.70 0.87 0.17 11.8 0.77 0.47
Hex D3 40 1C 0 46 57 11 C 4D 2F
Octal 323 100 34 0 106 127 21 14 115 57
Binary 11010011 1000000 11100 0 1000110 1010111 10001 1100 1001101 101111

Color Harmonies of #D3401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3401C

Black with #D3401C

Text Example


Text Example

White with #D3401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3401C; }

 p { color: rgb(211,64,28); }

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

background-color css

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

 a { background-color: rgb(211,64,28); }

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

border-color css

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

 span { border-color: rgb(211,64,28); }

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