Html Css Color HEX #C73105 Harley Davidson Orange

📋 copy color: '#C73105'

red 199 ◦ green 49 ◦ blue 5

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

Shades of Harley Davidson Orange #C73105

Tints of Harley Davidson Orange #C73105

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.37%

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

R = 78.66%
G = 19.37%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C73105 (or 0xC73105) is known color: Harley Davidson Orange. HEX triplet: C7, 31 and 05. RGB value is (199,49,5). Sum of RGB (Red+Green+Blue) = 199+49+5=253 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.66% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 199 - color contains mainly: red. Hex color #C73105 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73105 is #38CEFA. Grayscale: #595959. Windows color (decimal): -3723003 or 340423. OLE color: 340423.

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

Color convert

RGB 199 49 5 -
CMYK 0 0.75 0.97 0.22
HSL 13.61º 0.95% 0.4% -
HSV(B) 13.61º 0.97% 0.78% -
XYZ 24.68 14.35 1.61 -
YUV 88.83 80.7 206.58 -
System Red Green Blue C M Y K H S L
Decimal 199 49 5 0 0.75 0.97 0.22 13.61 0.95 0.4
Hex C7 31 5 0 4B 61 16 E 5F 28
Octal 307 61 5 0 113 141 26 16 137 50
Binary 11000111 110001 101 0 1001011 1100001 10110 1110 1011111 101000

Color Harmonies of #C73105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73105

Black with #C73105

Text Example


Text Example

White with #C73105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73105; }

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

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

background-color css

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

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

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

border-color css

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

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

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