Html Css Color HEX #C73519 Harley Davidson Orange

📋 copy color: '#C73519'

red 199 ◦ green 53 ◦ blue 25

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

Shades of Harley Davidson Orange #C73519

Tints of Harley Davidson Orange #C73519

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.13%

 BLUE value IS 25 (10.16% from 255) = 9.03%

R = 71.84%
G = 19.13%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C73519 (or 0xC73519) is known color: Harley Davidson Orange. HEX triplet: C7, 35 and 19. RGB value is (199,53,25). Sum of RGB (Red+Green+Blue) = 199+53+25=277 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.84% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 199 - color contains mainly: red. Hex color #C73519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73519 is #38CAE6. Grayscale: #5D5D5D. Windows color (decimal): -3721959 or 1652167. OLE color: 1652167.

HSL color Cylindrical-coordinate representation of color #C73519: hue angle of 9.66º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C73519 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 53 25 -
CMYK 0 0.73 0.87 0.22
HSL 9.66º 0.78% 0.44% -
HSV(B) 9.66º 0.87% 0.78% -
XYZ 25 14.76 2.45 -
YUV 93.46 89.37 203.28 -
System Red Green Blue C M Y K H S L
Decimal 199 53 25 0 0.73 0.87 0.22 9.66 0.78 0.44
Hex C7 35 19 0 49 57 16 A 4E 2C
Octal 307 65 31 0 111 127 26 12 116 54
Binary 11000111 110101 11001 0 1001001 1010111 10110 1010 1001110 101100

Color Harmonies of #C73519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73519

Black with #C73519

Text Example


Text Example

White with #C73519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73519; }

 p { color: rgb(199,53,25); }

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

background-color css

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

 a { background-color: rgb(199,53,25); }

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

border-color css

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

 span { border-color: rgb(199,53,25); }

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