Html Css Color HEX #C73C19 Harley Davidson Orange

📋 copy color: '#C73C19'

red 199 ◦ green 60 ◦ blue 25

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

Shades of Harley Davidson Orange #C73C19

Tints of Harley Davidson Orange #C73C19

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.13%

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

R = 70.07%
G = 21.13%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C73C19 (or 0xC73C19) is known color: Harley Davidson Orange. HEX triplet: C7, 3C and 19. RGB value is (199,60,25). Sum of RGB (Red+Green+Blue) = 199+60+25=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73C19 is #38C3E6. Grayscale: #616161. Windows color (decimal): -3720167 or 1653959. OLE color: 1653959.

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

Color convert

RGB 199 60 25 -
CMYK 0 0.70 0.87 0.22
HSL 12.07º 0.78% 0.44% -
HSV(B) 12.07º 0.87% 0.78% -
XYZ 25.34 15.44 2.56 -
YUV 97.57 87.05 200.35 -
System Red Green Blue C M Y K H S L
Decimal 199 60 25 0 0.70 0.87 0.22 12.07 0.78 0.44
Hex C7 3C 19 0 46 57 16 C 4E 2C
Octal 307 74 31 0 106 127 26 14 116 54
Binary 11000111 111100 11001 0 1000110 1010111 10110 1100 1001110 101100

Color Harmonies of #C73C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73C19

Black with #C73C19

Text Example


Text Example

White with #C73C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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