Html Css Color HEX #C73416 Harley Davidson Orange

📋 copy color: '#C73416'

red 199 ◦ green 52 ◦ blue 22

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

Shades of Harley Davidson Orange #C73416

Tints of Harley Davidson Orange #C73416

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.05%

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

R = 72.89%
G = 19.05%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C73416 (or 0xC73416) is known color: Harley Davidson Orange. HEX triplet: C7, 34 and 16. RGB value is (199,52,22). Sum of RGB (Red+Green+Blue) = 199+52+22=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C73416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73416 is #38CBE9. Grayscale: #5C5C5C. Windows color (decimal): -3722218 or 1455303. OLE color: 1455303.

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

Color convert

RGB 199 52 22 -
CMYK 0 0.74 0.89 0.22
HSL 10.17º 0.8% 0.43% -
HSV(B) 10.17º 0.89% 0.78% -
XYZ 24.93 14.66 2.27 -
YUV 92.53 88.2 203.94 -
System Red Green Blue C M Y K H S L
Decimal 199 52 22 0 0.74 0.89 0.22 10.17 0.8 0.43
Hex C7 34 16 0 4A 59 16 A 50 2B
Octal 307 64 26 0 112 131 26 12 120 53
Binary 11000111 110100 10110 0 1001010 1011001 10110 1010 1010000 101011

Color Harmonies of #C73416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73416

Black with #C73416

Text Example


Text Example

White with #C73416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73416; }

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

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

background-color css

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

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

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

border-color css

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

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

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