Html Css Color HEX #C73801 Harley Davidson Orange

📋 copy color: '#C73801'

red 199 ◦ green 56 ◦ blue 1

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

Shades of Harley Davidson Orange #C73801

Tints of Harley Davidson Orange #C73801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.88%

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

R = 77.73%
G = 21.88%
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

#C73801 (or 0xC73801) is known color: Harley Davidson Orange. HEX triplet: C7, 38 and 01. RGB value is (199,56,1). Sum of RGB (Red+Green+Blue) = 199+56+1=256 (33% of max value = 765). Red value is 199 (78.12% from 255 or 77.73% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 199 - color contains mainly: red. Hex color #C73801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73801 is #38C7FE. Grayscale: #5C5C5C. Windows color (decimal): -3721215 or 80071. OLE color: 80071.

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

Color convert

RGB 199 56 1 -
CMYK 0 0.72 0.99 0.22
HSL 16.67º 0.99% 0.39% -
HSV(B) 16.67º 0.99% 0.78% -
XYZ 24.97 14.97 1.6 -
YUV 92.49 76.38 203.97 -
System Red Green Blue C M Y K H S L
Decimal 199 56 1 0 0.72 0.99 0.22 16.67 0.99 0.39
Hex C7 38 1 0 48 63 16 11 63 27
Octal 307 70 1 0 110 143 26 21 143 47
Binary 11000111 111000 1 0 1001000 1100011 10110 10001 1100011 100111

Color Harmonies of #C73801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73801

Black with #C73801

Text Example


Text Example

White with #C73801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73801; }

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

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

background-color css

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

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

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

border-color css

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

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

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