Html Css Color HEX #D13C03 Harley Davidson Orange

📋 copy color: '#D13C03'

red 209 ◦ green 60 ◦ blue 3

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

Shades of Harley Davidson Orange #D13C03

Tints of Harley Davidson Orange #D13C03

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.06%

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

R = 76.84%
G = 22.06%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D13C03 (or 0xD13C03) is known color: Harley Davidson Orange. HEX triplet: D1, 3C and 03. RGB value is (209,60,3). Sum of RGB (Red+Green+Blue) = 209+60+3=272 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.84% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13C03 is #2EC3FC. Grayscale: #626262. Windows color (decimal): -3064829 or 212177. OLE color: 212177.

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

Color convert

RGB 209 60 3 -
CMYK 0 0.71 0.99 0.18
HSL 16.6º 0.97% 0.42% -
HSV(B) 16.6º 0.99% 0.82% -
XYZ 27.93 16.79 1.86 -
YUV 98.05 74.36 207.13 -
System Red Green Blue C M Y K H S L
Decimal 209 60 3 0 0.71 0.99 0.18 16.6 0.97 0.42
Hex D1 3C 3 0 47 63 12 11 61 2A
Octal 321 74 3 0 107 143 22 21 141 52
Binary 11010001 111100 11 0 1000111 1100011 10010 10001 1100001 101010

Color Harmonies of #D13C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C03

Black with #D13C03

Text Example


Text Example

White with #D13C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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