Html Css Color HEX #D73C03 Harley Davidson Orange

📋 copy color: '#D73C03'

red 215 ◦ green 60 ◦ blue 3

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

Shades of Harley Davidson Orange #D73C03

Tints of Harley Davidson Orange #D73C03

RGB

 RED value IS 215 (84.38% from 255) = 77.34%

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

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

R = 77.34%
G = 21.58%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D73C03 (or 0xD73C03) is known color: Harley Davidson Orange. HEX triplet: D7, 3C and 03. RGB value is (215,60,3). Sum of RGB (Red+Green+Blue) = 215+60+3=278 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.34% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73C03 is #28C3FC. Grayscale: #646464. Windows color (decimal): -2671613 or 212183. OLE color: 212183.

HSL color Cylindrical-coordinate representation of color #D73C03: hue angle of 16.13º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D73C03 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 60 3 -
CMYK 0 0.72 0.99 0.16
HSL 16.13º 0.97% 0.43% -
HSV(B) 16.13º 0.99% 0.84% -
XYZ 29.66 17.69 1.94 -
YUV 99.85 73.35 210.13 -
System Red Green Blue C M Y K H S L
Decimal 215 60 3 0 0.72 0.99 0.16 16.13 0.97 0.43
Hex D7 3C 3 0 48 63 10 10 61 2B
Octal 327 74 3 0 110 143 20 20 141 53
Binary 11010111 111100 11 0 1001000 1100011 10000 10000 1100001 101011

Color Harmonies of #D73C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73C03

Black with #D73C03

Text Example


Text Example

White with #D73C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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