Html Css Color HEX #C73A04 Harley Davidson Orange

📋 copy color: '#C73A04'

red 199 ◦ green 58 ◦ blue 4

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

Shades of Harley Davidson Orange #C73A04

Tints of Harley Davidson Orange #C73A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.53%

R = 76.25%
G = 22.22%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C73A04 (or 0xC73A04) is known color: Harley Davidson Orange. HEX triplet: C7, 3A and 04. RGB value is (199,58,4). Sum of RGB (Red+Green+Blue) = 199+58+4=261 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.25% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73A04 is #38C5FB. Grayscale: #5E5E5E. Windows color (decimal): -3720700 or 277191. OLE color: 277191.

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

Color convert

RGB 199 58 4 -
CMYK 0 0.71 0.98 0.22
HSL 16.62º 0.96% 0.4% -
HSV(B) 16.62º 0.98% 0.78% -
XYZ 25.09 15.18 1.72 -
YUV 94 77.21 202.89 -
System Red Green Blue C M Y K H S L
Decimal 199 58 4 0 0.71 0.98 0.22 16.62 0.96 0.4
Hex C7 3A 4 0 47 62 16 11 60 28
Octal 307 72 4 0 107 142 26 21 140 50
Binary 11000111 111010 100 0 1000111 1100010 10110 10001 1100000 101000

Color Harmonies of #C73A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73A04

Black with #C73A04

Text Example


Text Example

White with #C73A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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