Html Css Color HEX #C73016 Harley Davidson Orange

📋 copy color: '#C73016'

red 199 ◦ green 48 ◦ blue 22

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

Shades of Harley Davidson Orange #C73016

Tints of Harley Davidson Orange #C73016

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.84%

 BLUE value IS 22 (8.98% from 255) = 8.18%

R = 73.98%
G = 17.84%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C73016 (or 0xC73016) is known color: Harley Davidson Orange. HEX triplet: C7, 30 and 16. RGB value is (199,48,22). Sum of RGB (Red+Green+Blue) = 199+48+22=269 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.98% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 199 - color contains mainly: red. Hex color #C73016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73016 is #38CFE9. Grayscale: #5A5A5A. Windows color (decimal): -3723242 or 1454279. OLE color: 1454279.

HSL color Cylindrical-coordinate representation of color #C73016: hue angle of 8.81º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C73016 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 48 22 -
CMYK 0 0.76 0.89 0.22
HSL 8.81º 0.8% 0.43% -
HSV(B) 8.81º 0.89% 0.78% -
XYZ 24.75 14.31 2.22 -
YUV 90.19 89.53 205.61 -
System Red Green Blue C M Y K H S L
Decimal 199 48 22 0 0.76 0.89 0.22 8.81 0.8 0.43
Hex C7 30 16 0 4C 59 16 9 50 2B
Octal 307 60 26 0 114 131 26 11 120 53
Binary 11000111 110000 10110 0 1001100 1011001 10110 1001 1010000 101011

Color Harmonies of #C73016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73016

Black with #C73016

Text Example


Text Example

White with #C73016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73016; }

 p { color: rgb(199,48,22); }

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

background-color css

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

 a { background-color: rgb(199,48,22); }

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

border-color css

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

 span { border-color: rgb(199,48,22); }

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