Html Css Color HEX #C73C06 Harley Davidson Orange

📋 copy color: '#C73C06'

red 199 ◦ green 60 ◦ blue 6

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

Shades of Harley Davidson Orange #C73C06

Tints of Harley Davidson Orange #C73C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.26%

R = 75.09%
G = 22.64%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C73C06 (or 0xC73C06) is known color: Harley Davidson Orange. HEX triplet: C7, 3C and 06. RGB value is (199,60,6). Sum of RGB (Red+Green+Blue) = 199+60+6=265 (35% of max value = 765). Red value is 199 (78.12% from 255 or 75.09% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73C06 is #38C3F9. Grayscale: #5F5F5F. Windows color (decimal): -3720186 or 408775. OLE color: 408775.

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

Color convert

RGB 199 60 6 -
CMYK 0 0.70 0.97 0.22
HSL 16.79º 0.94% 0.4% -
HSV(B) 16.79º 0.97% 0.78% -
XYZ 25.2 15.39 1.81 -
YUV 95.41 77.55 201.89 -
System Red Green Blue C M Y K H S L
Decimal 199 60 6 0 0.70 0.97 0.22 16.79 0.94 0.4
Hex C7 3C 6 0 46 61 16 11 5E 28
Octal 307 74 6 0 106 141 26 21 136 50
Binary 11000111 111100 110 0 1000110 1100001 10110 10001 1011110 101000

Color Harmonies of #C73C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73C06

Black with #C73C06

Text Example


Text Example

White with #C73C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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