Html Css Color HEX #D73F0C Harley Davidson Orange

📋 copy color: '#D73F0C'

red 215 ◦ green 63 ◦ blue 12

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

Shades of Harley Davidson Orange #D73F0C

Tints of Harley Davidson Orange #D73F0C

RGB

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

 GREEN value IS 63 (25% from 255) = 21.72%

 BLUE value IS 12 (5.08% from 255) = 4.14%

R = 74.14%
G = 21.72%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D73F0C (or 0xD73F0C) is known color: Harley Davidson Orange. HEX triplet: D7, 3F and 0C. RGB value is (215,63,12). Sum of RGB (Red+Green+Blue) = 215+63+12=290 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.14% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73F0C is #28C0F3. Grayscale: #666666. Windows color (decimal): -2670836 or 802775. OLE color: 802775.

HSL color Cylindrical-coordinate representation of color #D73F0C: hue angle of 15.07º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D73F0C is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 63 12 -
CMYK 0 0.71 0.94 0.16
HSL 15.07º 0.89% 0.45% -
HSV(B) 15.07º 0.94% 0.84% -
XYZ 29.87 18.03 2.25 -
YUV 102.63 76.86 208.15 -
System Red Green Blue C M Y K H S L
Decimal 215 63 12 0 0.71 0.94 0.16 15.07 0.89 0.45
Hex D7 3F C 0 47 5E 10 F 59 2D
Octal 327 77 14 0 107 136 20 17 131 55
Binary 11010111 111111 1100 0 1000111 1011110 10000 1111 1011001 101101

Color Harmonies of #D73F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73F0C

Black with #D73F0C

Text Example


Text Example

White with #D73F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73F0C; }

 p { color: rgb(215,63,12); }

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

background-color css

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

 a { background-color: rgb(215,63,12); }

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

border-color css

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

 span { border-color: rgb(215,63,12); }

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