Html Css Color HEX #C73116 Harley Davidson Orange

📋 copy color: '#C73116'

red 199 ◦ green 49 ◦ blue 22

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

Shades of Harley Davidson Orange #C73116

Tints of Harley Davidson Orange #C73116

RGB

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

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

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

R = 73.7%
G = 18.15%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C73116 (or 0xC73116) is known color: Harley Davidson Orange. HEX triplet: C7, 31 and 16. RGB value is (199,49,22). Sum of RGB (Red+Green+Blue) = 199+49+22=270 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.70% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 199 - color contains mainly: red. Hex color #C73116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73116 is #38CEE9. Grayscale: #5B5B5B. Windows color (decimal): -3722986 or 1454535. OLE color: 1454535.

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

Color convert

RGB 199 49 22 -
CMYK 0 0.75 0.89 0.22
HSL 9.15º 0.8% 0.43% -
HSV(B) 9.15º 0.89% 0.78% -
XYZ 24.8 14.4 2.23 -
YUV 90.77 89.2 205.2 -
System Red Green Blue C M Y K H S L
Decimal 199 49 22 0 0.75 0.89 0.22 9.15 0.8 0.43
Hex C7 31 16 0 4B 59 16 9 50 2B
Octal 307 61 26 0 113 131 26 11 120 53
Binary 11000111 110001 10110 0 1001011 1011001 10110 1001 1010000 101011

Color Harmonies of #C73116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73116

Black with #C73116

Text Example


Text Example

White with #C73116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73116; }

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

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

background-color css

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

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

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

border-color css

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

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

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