Html Css Color HEX #D13402 Harley Davidson Orange

📋 copy color: '#D13402'

red 209 ◦ green 52 ◦ blue 2

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

Shades of Harley Davidson Orange #D13402

Tints of Harley Davidson Orange #D13402

RGB

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

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

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

R = 79.47%
G = 19.77%
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

#D13402 (or 0xD13402) is known color: Harley Davidson Orange. HEX triplet: D1, 34 and 02. RGB value is (209,52,2). Sum of RGB (Red+Green+Blue) = 209+52+2=263 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.47% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 209 - color contains mainly: red. Hex color #D13402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13402 is #2ECBFD. Grayscale: #5D5D5D. Windows color (decimal): -3066878 or 144593. OLE color: 144593.

HSL color Cylindrical-coordinate representation of color #D13402: hue angle of 14.49º 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 #D13402 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 52 2 -
CMYK 0 0.75 0.99 0.18
HSL 14.49º 0.98% 0.41% -
HSV(B) 14.49º 0.99% 0.82% -
XYZ 27.53 16.02 1.7 -
YUV 93.24 76.51 210.57 -
System Red Green Blue C M Y K H S L
Decimal 209 52 2 0 0.75 0.99 0.18 14.49 0.98 0.41
Hex D1 34 2 0 4B 63 12 E 62 29
Octal 321 64 2 0 113 143 22 16 142 51
Binary 11010001 110100 10 0 1001011 1100011 10010 1110 1100010 101001

Color Harmonies of #D13402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13402

Black with #D13402

Text Example


Text Example

White with #D13402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13402; }

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

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

background-color css

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

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

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

border-color css

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

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

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