Html Css Color HEX #D13502 Harley Davidson Orange

📋 copy color: '#D13502'

red 209 ◦ green 53 ◦ blue 2

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

Shades of Harley Davidson Orange #D13502

Tints of Harley Davidson Orange #D13502

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.08%

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 79.17%
G = 20.08%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D13502 (or 0xD13502) is known color: Harley Davidson Orange. HEX triplet: D1, 35 and 02. RGB value is (209,53,2). Sum of RGB (Red+Green+Blue) = 209+53+2=264 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.17% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 209 - color contains mainly: red. Hex color #D13502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13502 is #2ECAFD. Grayscale: #5E5E5E. Windows color (decimal): -3066622 or 144849. OLE color: 144849.

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

Color convert

RGB 209 53 2 -
CMYK 0 0.75 0.99 0.18
HSL 14.78º 0.98% 0.41% -
HSV(B) 14.78º 0.99% 0.82% -
XYZ 27.58 16.11 1.71 -
YUV 93.83 76.18 210.15 -
System Red Green Blue C M Y K H S L
Decimal 209 53 2 0 0.75 0.99 0.18 14.78 0.98 0.41
Hex D1 35 2 0 4B 63 12 F 62 29
Octal 321 65 2 0 113 143 22 17 142 51
Binary 11010001 110101 10 0 1001011 1100011 10010 1111 1100010 101001

Color Harmonies of #D13502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13502

Black with #D13502

Text Example


Text Example

White with #D13502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13502; }

 p { color: rgb(209,53,2); }

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

background-color css

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

 a { background-color: rgb(209,53,2); }

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

border-color css

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

 span { border-color: rgb(209,53,2); }

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