Html Css Color HEX #C73616 Harley Davidson Orange

📋 copy color: '#C73616'

red 199 ◦ green 54 ◦ blue 22

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

Shades of Harley Davidson Orange #C73616

Tints of Harley Davidson Orange #C73616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.64%

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

R = 72.36%
G = 19.64%
B = 8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C73616 (or 0xC73616) is known color: Harley Davidson Orange. HEX triplet: C7, 36 and 16. RGB value is (199,54,22). Sum of RGB (Red+Green+Blue) = 199+54+22=275 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.36% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 199 - color contains mainly: red. Hex color #C73616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73616 is #38C9E9. Grayscale: #5D5D5D. Windows color (decimal): -3721706 or 1455815. OLE color: 1455815.

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

Color convert

RGB 199 54 22 -
CMYK 0 0.73 0.89 0.22
HSL 10.85º 0.8% 0.43% -
HSV(B) 10.85º 0.89% 0.78% -
XYZ 25.02 14.84 2.3 -
YUV 93.71 87.54 203.1 -
System Red Green Blue C M Y K H S L
Decimal 199 54 22 0 0.73 0.89 0.22 10.85 0.8 0.43
Hex C7 36 16 0 49 59 16 B 50 2B
Octal 307 66 26 0 111 131 26 13 120 53
Binary 11000111 110110 10110 0 1001001 1011001 10110 1011 1010000 101011

Color Harmonies of #C73616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73616

Black with #C73616

Text Example


Text Example

White with #C73616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73616; }

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

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

background-color css

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

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

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

border-color css

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

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

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