Html Css Color HEX #C73100 Harley Davidson Orange

📋 copy color: '#C73100'

red 199 ◦ green 49 ◦ blue 0

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

Shades of Harley Davidson Orange #C73100

Tints of Harley Davidson Orange #C73100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.76%

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

R = 80.24%
G = 19.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C73100 (or 0xC73100) is known color: Harley Davidson Orange. HEX triplet: C7, 31 and 00. RGB value is (199,49,0). Sum of RGB (Red+Green+Blue) = 199+49+0=248 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.24% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 199 - color contains mainly: red. Hex color #C73100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73100 is #38CEFF. Grayscale: #585858. Windows color (decimal): -3723008 or 12743. OLE color: 12743.

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

Color convert

RGB 199 49 0 -
CMYK 0 0.75 1 0.22
HSL 14.77º 1% 0.39% -
HSV(B) 14.77º 1% 0.78% -
XYZ 24.65 14.34 1.47 -
YUV 88.26 78.2 206.98 -
System Red Green Blue C M Y K H S L
Decimal 199 49 0 0 0.75 1 0.22 14.77 1 0.39
Hex C7 31 0 0 4B 64 16 F 64 27
Octal 307 61 0 0 113 144 26 17 144 47
Binary 11000111 110001 0 0 1001011 1100100 10110 1111 1100100 100111

Color Harmonies of #C73100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73100

Black with #C73100

Text Example


Text Example

White with #C73100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73100; }

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

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

background-color css

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

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

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

border-color css

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

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

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