Html Css Color HEX #D73B0B Harley Davidson Orange

📋 copy color: '#D73B0B'

red 215 ◦ green 59 ◦ blue 11

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

Shades of Harley Davidson Orange #D73B0B

Tints of Harley Davidson Orange #D73B0B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.7%

 BLUE value IS 11 (4.69% from 255) = 3.86%

R = 75.44%
G = 20.7%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D73B0B (or 0xD73B0B) is known color: Harley Davidson Orange. HEX triplet: D7, 3B and 0B. RGB value is (215,59,11). Sum of RGB (Red+Green+Blue) = 215+59+11=285 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.44% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 215 - color contains mainly: red. Hex color #D73B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73B0B is #28C4F4. Grayscale: #646464. Windows color (decimal): -2671861 or 736215. OLE color: 736215.

HSL color Cylindrical-coordinate representation of color #D73B0B: hue angle of 14.12º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D73B0B is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 59 11 -
CMYK 0 0.73 0.95 0.16
HSL 14.12º 0.9% 0.44% -
HSV(B) 14.12º 0.95% 0.84% -
XYZ 29.65 17.6 2.15 -
YUV 100.17 77.68 209.9 -
System Red Green Blue C M Y K H S L
Decimal 215 59 11 0 0.73 0.95 0.16 14.12 0.9 0.44
Hex D7 3B B 0 49 5F 10 E 5A 2C
Octal 327 73 13 0 111 137 20 16 132 54
Binary 11010111 111011 1011 0 1001001 1011111 10000 1110 1011010 101100

Color Harmonies of #D73B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73B0B

Black with #D73B0B

Text Example


Text Example

White with #D73B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73B0B; }

 p { color: rgb(215,59,11); }

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

background-color css

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

 a { background-color: rgb(215,59,11); }

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

border-color css

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

 span { border-color: rgb(215,59,11); }

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