Html Css Color HEX #D13300 Harley Davidson Orange

📋 copy color: '#D13300'

red 209 ◦ green 51 ◦ blue 0

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

Shades of Harley Davidson Orange #D13300

Tints of Harley Davidson Orange #D13300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.62%

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

R = 80.38%
G = 19.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D13300 (or 0xD13300) is known color: Harley Davidson Orange. HEX triplet: D1, 33 and 00. RGB value is (209,51,0). Sum of RGB (Red+Green+Blue) = 209+51+0=260 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.38% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 209 - color contains mainly: red. Hex color #D13300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13300 is #2ECCFF. Grayscale: #5C5C5C. Windows color (decimal): -3067136 or 13265. OLE color: 13265.

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

Color convert

RGB 209 51 0 -
CMYK 0 0.76 1 0.18
HSL 14.64º 1% 0.41% -
HSV(B) 14.64º 1% 0.82% -
XYZ 27.48 15.92 1.63 -
YUV 92.43 75.85 211.15 -
System Red Green Blue C M Y K H S L
Decimal 209 51 0 0 0.76 1 0.18 14.64 1 0.41
Hex D1 33 0 0 4C 64 12 F 64 29
Octal 321 63 0 0 114 144 22 17 144 51
Binary 11010001 110011 0 0 1001100 1100100 10010 1111 1100100 101001

Color Harmonies of #D13300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13300

Black with #D13300

Text Example


Text Example

White with #D13300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13300; }

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

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

background-color css

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

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

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

border-color css

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

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

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