Html Css Color HEX #C73506 Harley Davidson Orange

📋 copy color: '#C73506'

red 199 ◦ green 53 ◦ blue 6

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

Shades of Harley Davidson Orange #C73506

Tints of Harley Davidson Orange #C73506

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.54%

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

R = 77.13%
G = 20.54%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C73506 (or 0xC73506) is known color: Harley Davidson Orange. HEX triplet: C7, 35 and 06. RGB value is (199,53,6). Sum of RGB (Red+Green+Blue) = 199+53+6=258 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.13% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 199 - color contains mainly: red. Hex color #C73506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73506 is #38CAF9. Grayscale: #5B5B5B. Windows color (decimal): -3721978 or 406983. OLE color: 406983.

HSL color Cylindrical-coordinate representation of color #C73506: hue angle of 14.61º 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 #C73506 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 53 6 -
CMYK 0 0.73 0.97 0.22
HSL 14.61º 0.94% 0.4% -
HSV(B) 14.61º 0.97% 0.78% -
XYZ 24.86 14.7 1.7 -
YUV 91.3 79.87 204.82 -
System Red Green Blue C M Y K H S L
Decimal 199 53 6 0 0.73 0.97 0.22 14.61 0.94 0.4
Hex C7 35 6 0 49 61 16 F 5E 28
Octal 307 65 6 0 111 141 26 17 136 50
Binary 11000111 110101 110 0 1001001 1100001 10110 1111 1011110 101000

Color Harmonies of #C73506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73506

Black with #C73506

Text Example


Text Example

White with #C73506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73506; }

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

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

background-color css

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

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

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

border-color css

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

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

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