Html Css Color HEX #C73701 Harley Davidson Orange

📋 copy color: '#C73701'

red 199 ◦ green 55 ◦ blue 1

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

Shades of Harley Davidson Orange #C73701

Tints of Harley Davidson Orange #C73701

RGB

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

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

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

R = 78.04%
G = 21.57%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C73701 (or 0xC73701) is known color: Harley Davidson Orange. HEX triplet: C7, 37 and 01. RGB value is (199,55,1). Sum of RGB (Red+Green+Blue) = 199+55+1=255 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.04% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 199 - color contains mainly: red. Hex color #C73701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73701 is #38C8FE. Grayscale: #5C5C5C. Windows color (decimal): -3721471 or 79815. OLE color: 79815.

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

Color convert

RGB 199 55 1 -
CMYK 0 0.72 0.99 0.22
HSL 16.36º 0.99% 0.39% -
HSV(B) 16.36º 0.99% 0.78% -
XYZ 24.92 14.88 1.59 -
YUV 91.9 76.71 204.39 -
System Red Green Blue C M Y K H S L
Decimal 199 55 1 0 0.72 0.99 0.22 16.36 0.99 0.39
Hex C7 37 1 0 48 63 16 10 63 27
Octal 307 67 1 0 110 143 26 20 143 47
Binary 11000111 110111 1 0 1001000 1100011 10110 10000 1100011 100111

Color Harmonies of #C73701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73701

Black with #C73701

Text Example


Text Example

White with #C73701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73701; }

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

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

background-color css

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

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

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

border-color css

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

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

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