Html Css Color HEX #D11C03 Harley Davidson Orange

📋 copy color: '#D11C03'

red 209 ◦ green 28 ◦ blue 3

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

Shades of Harley Davidson Orange #D11C03

Tints of Harley Davidson Orange #D11C03

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.67%

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

R = 87.08%
G = 11.67%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D11C03 (or 0xD11C03) is known color: Harley Davidson Orange. HEX triplet: D1, 1C and 03. RGB value is (209,28,3). Sum of RGB (Red+Green+Blue) = 209+28+3=240 (31% of max value = 765). Red value is 209 (82.03% from 255 or 87.08% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D11C03 is #2EE3FC. Grayscale: #4F4F4F. Windows color (decimal): -3073021 or 203985. OLE color: 203985.

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

Color convert

RGB 209 28 3 -
CMYK 0 0.87 0.99 0.18
HSL 7.28º 0.97% 0.42% -
HSV(B) 7.28º 0.99% 0.82% -
XYZ 26.73 14.39 1.46 -
YUV 79.27 84.97 220.53 -
System Red Green Blue C M Y K H S L
Decimal 209 28 3 0 0.87 0.99 0.18 7.28 0.97 0.42
Hex D1 1C 3 0 57 63 12 7 61 2A
Octal 321 34 3 0 127 143 22 7 141 52
Binary 11010001 11100 11 0 1010111 1100011 10010 111 1100001 101010

Color Harmonies of #D11C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11C03

Black with #D11C03

Text Example


Text Example

White with #D11C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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