Html Css Color HEX #C73106 Harley Davidson Orange

📋 copy color: '#C73106'

red 199 ◦ green 49 ◦ blue 6

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

Shades of Harley Davidson Orange #C73106

Tints of Harley Davidson Orange #C73106

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.29%

 BLUE value IS 6 (2.73% from 255) = 2.36%

R = 78.35%
G = 19.29%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C73106 (or 0xC73106) is known color: Harley Davidson Orange. HEX triplet: C7, 31 and 06. RGB value is (199,49,6). Sum of RGB (Red+Green+Blue) = 199+49+6=254 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.35% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 199 - color contains mainly: red. Hex color #C73106 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73106 is #38CEF9. Grayscale: #595959. Windows color (decimal): -3723002 or 405959. OLE color: 405959.

HSL color Cylindrical-coordinate representation of color #C73106: hue angle of 13.37º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C73106 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 49 6 -
CMYK 0 0.75 0.97 0.22
HSL 13.37º 0.94% 0.4% -
HSV(B) 13.37º 0.97% 0.78% -
XYZ 24.68 14.35 1.64 -
YUV 88.95 81.2 206.5 -
System Red Green Blue C M Y K H S L
Decimal 199 49 6 0 0.75 0.97 0.22 13.37 0.94 0.4
Hex C7 31 6 0 4B 61 16 D 5E 28
Octal 307 61 6 0 113 141 26 15 136 50
Binary 11000111 110001 110 0 1001011 1100001 10110 1101 1011110 101000

Color Harmonies of #C73106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73106

Black with #C73106

Text Example


Text Example

White with #C73106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73106; }

 p { color: rgb(199,49,6); }

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

background-color css

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

 a { background-color: rgb(199,49,6); }

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

border-color css

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

 span { border-color: rgb(199,49,6); }

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