Html Css Color HEX #C73610 Harley Davidson Orange

📋 copy color: '#C73610'

red 199 ◦ green 54 ◦ blue 16

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

Shades of Harley Davidson Orange #C73610

Tints of Harley Davidson Orange #C73610

RGB

 RED value IS 199 (78.13% from 255) = 73.98%

 GREEN value IS 54 (21.48% from 255) = 20.07%

 BLUE value IS 16 (6.64% from 255) = 5.95%

R = 73.98%
G = 20.07%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C73610 (or 0xC73610) is known color: Harley Davidson Orange. HEX triplet: C7, 36 and 10. RGB value is (199,54,16). Sum of RGB (Red+Green+Blue) = 199+54+16=269 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.98% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 199 - color contains mainly: red. Hex color #C73610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73610 is #38C9EF. Grayscale: #5D5D5D. Windows color (decimal): -3721712 or 1062599. OLE color: 1062599.

HSL color Cylindrical-coordinate representation of color #C73610: hue angle of 12.46º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C73610 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 54 16 -
CMYK 0 0.73 0.92 0.22
HSL 12.46º 0.85% 0.42% -
HSV(B) 12.46º 0.92% 0.78% -
XYZ 24.97 14.82 2.03 -
YUV 93.02 84.54 203.59 -
System Red Green Blue C M Y K H S L
Decimal 199 54 16 0 0.73 0.92 0.22 12.46 0.85 0.42
Hex C7 36 10 0 49 5C 16 C 55 2A
Octal 307 66 20 0 111 134 26 14 125 52
Binary 11000111 110110 10000 0 1001001 1011100 10110 1100 1010101 101010

Color Harmonies of #C73610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73610

Black with #C73610

Text Example


Text Example

White with #C73610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73610; }

 p { color: rgb(199,54,16); }

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

background-color css

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

 a { background-color: rgb(199,54,16); }

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

border-color css

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

 span { border-color: rgb(199,54,16); }

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