Html Css Color HEX #D13003 Harley Davidson Orange

📋 copy color: '#D13003'

red 209 ◦ green 48 ◦ blue 3

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

Shades of Harley Davidson Orange #D13003

Tints of Harley Davidson Orange #D13003

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.46%

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 80.38%
G = 18.46%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D13003 (or 0xD13003) is known color: Harley Davidson Orange. HEX triplet: D1, 30 and 03. RGB value is (209,48,3). Sum of RGB (Red+Green+Blue) = 209+48+3=260 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.38% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 209 - color contains mainly: red. Hex color #D13003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13003 is #2ECFFC. Grayscale: #5B5B5B. Windows color (decimal): -3067901 or 209105. OLE color: 209105.

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

Color convert

RGB 209 48 3 -
CMYK 0 0.77 0.99 0.18
HSL 13.11º 0.97% 0.42% -
HSV(B) 13.11º 0.99% 0.82% -
XYZ 27.37 15.68 1.67 -
YUV 91.01 78.34 212.16 -
System Red Green Blue C M Y K H S L
Decimal 209 48 3 0 0.77 0.99 0.18 13.11 0.97 0.42
Hex D1 30 3 0 4D 63 12 D 61 2A
Octal 321 60 3 0 115 143 22 15 141 52
Binary 11010001 110000 11 0 1001101 1100011 10010 1101 1100001 101010

Color Harmonies of #D13003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13003

Black with #D13003

Text Example


Text Example

White with #D13003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13003; }

 p { color: rgb(209,48,3); }

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

background-color css

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

 a { background-color: rgb(209,48,3); }

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

border-color css

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

 span { border-color: rgb(209,48,3); }

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