Html Css Color HEX #C73A10 Harley Davidson Orange

📋 copy color: '#C73A10'

red 199 ◦ green 58 ◦ blue 16

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

Shades of Harley Davidson Orange #C73A10

Tints of Harley Davidson Orange #C73A10

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.25%

 BLUE value IS 16 (6.64% from 255) = 5.86%

R = 72.89%
G = 21.25%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C73A10 (or 0xC73A10) is known color: Harley Davidson Orange. HEX triplet: C7, 3A and 10. RGB value is (199,58,16). Sum of RGB (Red+Green+Blue) = 199+58+16=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73A10 is #38C5EF. Grayscale: #5F5F5F. Windows color (decimal): -3720688 or 1063623. OLE color: 1063623.

HSL color Cylindrical-coordinate representation of color #C73A10: hue angle of 13.77º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C73A10 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 58 16 -
CMYK 0 0.71 0.92 0.22
HSL 13.77º 0.85% 0.42% -
HSV(B) 13.77º 0.92% 0.78% -
XYZ 25.16 15.21 2.1 -
YUV 95.37 83.21 201.92 -
System Red Green Blue C M Y K H S L
Decimal 199 58 16 0 0.71 0.92 0.22 13.77 0.85 0.42
Hex C7 3A 10 0 47 5C 16 E 55 2A
Octal 307 72 20 0 107 134 26 16 125 52
Binary 11000111 111010 10000 0 1000111 1011100 10110 1110 1010101 101010

Color Harmonies of #C73A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73A10

Black with #C73A10

Text Example


Text Example

White with #C73A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73A10; }

 p { color: rgb(199,58,16); }

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

background-color css

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

 a { background-color: rgb(199,58,16); }

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

border-color css

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

 span { border-color: rgb(199,58,16); }

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