Html Css Color HEX #D13400 Harley Davidson Orange

📋 copy color: '#D13400'

red 209 ◦ green 52 ◦ blue 0

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

Shades of Harley Davidson Orange #D13400

Tints of Harley Davidson Orange #D13400

RGB

 RED value IS 209 (82.03% from 255) = 80.08%

 GREEN value IS 52 (20.7% from 255) = 19.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.08%
G = 19.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D13400 (or 0xD13400) is known color: Harley Davidson Orange. HEX triplet: D1, 34 and 00. RGB value is (209,52,0). Sum of RGB (Red+Green+Blue) = 209+52+0=261 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.08% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 209 - color contains mainly: red. Hex color #D13400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13400 is #2ECBFF. Grayscale: #5D5D5D. Windows color (decimal): -3066880 or 13521. OLE color: 13521.

HSL color Cylindrical-coordinate representation of color #D13400: hue angle of 14.93º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D13400 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 52 0 -
CMYK 0 0.75 1 0.18
HSL 14.93º 1% 0.41% -
HSV(B) 14.93º 1% 0.82% -
XYZ 27.52 16.01 1.64 -
YUV 93.02 75.51 210.73 -
System Red Green Blue C M Y K H S L
Decimal 209 52 0 0 0.75 1 0.18 14.93 1 0.41
Hex D1 34 0 0 4B 64 12 F 64 29
Octal 321 64 0 0 113 144 22 17 144 51
Binary 11010001 110100 0 0 1001011 1100100 10010 1111 1100100 101001

Color Harmonies of #D13400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13400

Black with #D13400

Text Example


Text Example

White with #D13400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13400; }

 p { color: rgb(209,52,0); }

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

background-color css

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

 a { background-color: rgb(209,52,0); }

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

border-color css

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

 span { border-color: rgb(209,52,0); }

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