Html Css Color HEX #C73B05 Harley Davidson Orange

📋 copy color: '#C73B05'

red 199 ◦ green 59 ◦ blue 5

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

Shades of Harley Davidson Orange #C73B05

Tints of Harley Davidson Orange #C73B05

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.43%

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

R = 75.67%
G = 22.43%
B = 1.9%

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

#C73B05 (or 0xC73B05) is known color: Harley Davidson Orange. HEX triplet: C7, 3B and 05. RGB value is (199,59,5). Sum of RGB (Red+Green+Blue) = 199+59+5=263 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.67% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73B05 is #38C4FA. Grayscale: #5F5F5F. Windows color (decimal): -3720443 or 342983. OLE color: 342983.

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

Color convert

RGB 199 59 5 -
CMYK 0 0.70 0.97 0.22
HSL 16.7º 0.95% 0.4% -
HSV(B) 16.7º 0.97% 0.78% -
XYZ 25.14 15.28 1.77 -
YUV 94.7 77.38 202.39 -
System Red Green Blue C M Y K H S L
Decimal 199 59 5 0 0.70 0.97 0.22 16.7 0.95 0.4
Hex C7 3B 5 0 46 61 16 11 5F 28
Octal 307 73 5 0 106 141 26 21 137 50
Binary 11000111 111011 101 0 1000110 1100001 10110 10001 1011111 101000

Color Harmonies of #C73B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73B05

Black with #C73B05

Text Example


Text Example

White with #C73B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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