Html Css Color HEX #C73713 Harley Davidson Orange

📋 copy color: '#C73713'

red 199 ◦ green 55 ◦ blue 19

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

Shades of Harley Davidson Orange #C73713

Tints of Harley Davidson Orange #C73713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.15%

 BLUE value IS 19 (7.81% from 255) = 6.96%

R = 72.89%
G = 20.15%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C73713 (or 0xC73713) is known color: Harley Davidson Orange. HEX triplet: C7, 37 and 13. RGB value is (199,55,19). Sum of RGB (Red+Green+Blue) = 199+55+19=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C73713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73713 is #38C8EC. Grayscale: #5E5E5E. Windows color (decimal): -3721453 or 1259463. OLE color: 1259463.

HSL color Cylindrical-coordinate representation of color #C73713: hue angle of 12º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C73713 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 55 19 -
CMYK 0 0.72 0.90 0.22
HSL 12º 0.83% 0.43% -
HSV(B) 12º 0.9% 0.78% -
XYZ 25.04 14.92 2.18 -
YUV 93.95 85.71 202.93 -
System Red Green Blue C M Y K H S L
Decimal 199 55 19 0 0.72 0.90 0.22 12 0.83 0.43
Hex C7 37 13 0 48 5A 16 C 53 2B
Octal 307 67 23 0 110 132 26 14 123 53
Binary 11000111 110111 10011 0 1001000 1011010 10110 1100 1010011 101011

Color Harmonies of #C73713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73713

Black with #C73713

Text Example


Text Example

White with #C73713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73713; }

 p { color: rgb(199,55,19); }

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

background-color css

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

 a { background-color: rgb(199,55,19); }

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

border-color css

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

 span { border-color: rgb(199,55,19); }

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