Html Css Color HEX #C73501 Harley Davidson Orange

📋 copy color: '#C73501'

red 199 ◦ green 53 ◦ blue 1

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

Shades of Harley Davidson Orange #C73501

Tints of Harley Davidson Orange #C73501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 78.66%
G = 20.95%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C73501 (or 0xC73501) is known color: Harley Davidson Orange. HEX triplet: C7, 35 and 01. RGB value is (199,53,1). Sum of RGB (Red+Green+Blue) = 199+53+1=253 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.66% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 199 - color contains mainly: red. Hex color #C73501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73501 is #38CAFE. Grayscale: #5B5B5B. Windows color (decimal): -3721983 or 79303. OLE color: 79303.

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

Color convert

RGB 199 53 1 -
CMYK 0 0.73 0.99 0.22
HSL 15.76º 0.99% 0.39% -
HSV(B) 15.76º 0.99% 0.78% -
XYZ 24.83 14.69 1.56 -
YUV 90.73 77.37 205.23 -
System Red Green Blue C M Y K H S L
Decimal 199 53 1 0 0.73 0.99 0.22 15.76 0.99 0.39
Hex C7 35 1 0 49 63 16 10 63 27
Octal 307 65 1 0 111 143 26 20 143 47
Binary 11000111 110101 1 0 1001001 1100011 10110 10000 1100011 100111

Color Harmonies of #C73501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73501

Black with #C73501

Text Example


Text Example

White with #C73501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73501; }

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

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

background-color css

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

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

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

border-color css

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

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

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