Html Css Color HEX #D13420 Harley Davidson Orange

📋 copy color: '#D13420'

red 209 ◦ green 52 ◦ blue 32

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

Shades of Harley Davidson Orange #D13420

Tints of Harley Davidson Orange #D13420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.92%

R = 71.33%
G = 17.75%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D13420 (or 0xD13420) is known color: Harley Davidson Orange. HEX triplet: D1, 34 and 20. RGB value is (209,52,32). Sum of RGB (Red+Green+Blue) = 209+52+32=293 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.33% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 209 - color contains mainly: red. Hex color #D13420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13420 is #2ECBDF. Grayscale: #606060. Windows color (decimal): -3066848 or 2110673. OLE color: 2110673.

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

Color convert

RGB 209 52 32 -
CMYK 0 0.75 0.85 0.18
HSL 6.78º 0.73% 0.47% -
HSV(B) 6.78º 0.85% 0.82% -
XYZ 27.78 16.12 3.01 -
YUV 96.66 91.51 208.13 -
System Red Green Blue C M Y K H S L
Decimal 209 52 32 0 0.75 0.85 0.18 6.78 0.73 0.47
Hex D1 34 20 0 4B 55 12 7 49 2F
Octal 321 64 40 0 113 125 22 7 111 57
Binary 11010001 110100 100000 0 1001011 1010101 10010 111 1001001 101111

Color Harmonies of #D13420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13420

Black with #D13420

Text Example


Text Example

White with #D13420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13420; }

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

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

background-color css

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

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

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

border-color css

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

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

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