Html Css Color HEX #C73500 Harley Davidson Orange

📋 copy color: '#C73500'

red 199 ◦ green 53 ◦ blue 0

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

Shades of Harley Davidson Orange #C73500

Tints of Harley Davidson Orange #C73500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.97%
G = 21.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C73500 (or 0xC73500) is known color: Harley Davidson Orange. HEX triplet: C7, 35 and 00. RGB value is (199,53,0). Sum of RGB (Red+Green+Blue) = 199+53+0=252 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.97% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 199 - color contains mainly: red. Hex color #C73500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73500 is #38CAFF. Grayscale: #5A5A5A. Windows color (decimal): -3721984 or 13767. OLE color: 13767.

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

Color convert

RGB 199 53 0 -
CMYK 0 0.73 1 0.22
HSL 15.98º 1% 0.39% -
HSV(B) 15.98º 1% 0.78% -
XYZ 24.83 14.69 1.53 -
YUV 90.61 76.87 205.31 -
System Red Green Blue C M Y K H S L
Decimal 199 53 0 0 0.73 1 0.22 15.98 1 0.39
Hex C7 35 0 0 49 64 16 10 64 27
Octal 307 65 0 0 111 144 26 20 144 47
Binary 11000111 110101 0 0 1001001 1100100 10110 10000 1100100 100111

Color Harmonies of #C73500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73500

Black with #C73500

Text Example


Text Example

White with #C73500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73500; }

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

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

background-color css

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

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

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

border-color css

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

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

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