Html Css Color HEX #C73505 Harley Davidson Orange

📋 copy color: '#C73505'

red 199 ◦ green 53 ◦ blue 5

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

Shades of Harley Davidson Orange #C73505

Tints of Harley Davidson Orange #C73505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.95%

R = 77.43%
G = 20.62%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C73505 (or 0xC73505) is known color: Harley Davidson Orange. HEX triplet: C7, 35 and 05. RGB value is (199,53,5). Sum of RGB (Red+Green+Blue) = 199+53+5=257 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.43% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 199 - color contains mainly: red. Hex color #C73505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73505 is #38CAFA. Grayscale: #5B5B5B. Windows color (decimal): -3721979 or 341447. OLE color: 341447.

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

Color convert

RGB 199 53 5 -
CMYK 0 0.73 0.97 0.22
HSL 14.85º 0.95% 0.4% -
HSV(B) 14.85º 0.97% 0.78% -
XYZ 24.85 14.7 1.67 -
YUV 91.18 79.37 204.9 -
System Red Green Blue C M Y K H S L
Decimal 199 53 5 0 0.73 0.97 0.22 14.85 0.95 0.4
Hex C7 35 5 0 49 61 16 F 5F 28
Octal 307 65 5 0 111 141 26 17 137 50
Binary 11000111 110101 101 0 1001001 1100001 10110 1111 1011111 101000

Color Harmonies of #C73505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73505

Black with #C73505

Text Example


Text Example

White with #C73505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73505; }

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

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

background-color css

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

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

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

border-color css

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

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

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