Html Css Color HEX #C73306 Harley Davidson Orange

📋 copy color: '#C73306'

red 199 ◦ green 51 ◦ blue 6

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

Shades of Harley Davidson Orange #C73306

Tints of Harley Davidson Orange #C73306

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.92%

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

R = 77.73%
G = 19.92%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C73306 (or 0xC73306) is known color: Harley Davidson Orange. HEX triplet: C7, 33 and 06. RGB value is (199,51,6). Sum of RGB (Red+Green+Blue) = 199+51+6=256 (33% of max value = 765). Red value is 199 (78.12% from 255 or 77.73% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 199 - color contains mainly: red. Hex color #C73306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73306 is #38CCF9. Grayscale: #5A5A5A. Windows color (decimal): -3722490 or 406471. OLE color: 406471.

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

Color convert

RGB 199 51 6 -
CMYK 0 0.74 0.97 0.22
HSL 13.99º 0.94% 0.4% -
HSV(B) 13.99º 0.97% 0.78% -
XYZ 24.77 14.52 1.67 -
YUV 90.12 80.53 205.66 -
System Red Green Blue C M Y K H S L
Decimal 199 51 6 0 0.74 0.97 0.22 13.99 0.94 0.4
Hex C7 33 6 0 4A 61 16 E 5E 28
Octal 307 63 6 0 112 141 26 16 136 50
Binary 11000111 110011 110 0 1001010 1100001 10110 1110 1011110 101000

Color Harmonies of #C73306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73306

Black with #C73306

Text Example


Text Example

White with #C73306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73306; }

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

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

background-color css

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

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

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

border-color css

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

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

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