Html Css Color HEX #C73700 Harley Davidson Orange

📋 copy color: '#C73700'

red 199 ◦ green 55 ◦ blue 0

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

Shades of Harley Davidson Orange #C73700

Tints of Harley Davidson Orange #C73700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.65%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.35%
G = 21.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C73700 (or 0xC73700) is known color: Harley Davidson Orange. HEX triplet: C7, 37 and 00. RGB value is (199,55,0). Sum of RGB (Red+Green+Blue) = 199+55+0=254 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.35% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 199 - color contains mainly: red. Hex color #C73700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73700 is #38C8FF. Grayscale: #5C5C5C. Windows color (decimal): -3721472 or 14279. OLE color: 14279.

HSL color Cylindrical-coordinate representation of color #C73700: hue angle of 16.58º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C73700 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 55 0 -
CMYK 0 0.72 1 0.22
HSL 16.58º 1% 0.39% -
HSV(B) 16.58º 1% 0.78% -
XYZ 24.92 14.87 1.56 -
YUV 91.79 76.21 204.47 -
System Red Green Blue C M Y K H S L
Decimal 199 55 0 0 0.72 1 0.22 16.58 1 0.39
Hex C7 37 0 0 48 64 16 11 64 27
Octal 307 67 0 0 110 144 26 21 144 47
Binary 11000111 110111 0 0 1001000 1100100 10110 10001 1100100 100111

Color Harmonies of #C73700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73700

Black with #C73700

Text Example


Text Example

White with #C73700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73700; }

 p { color: rgb(199,55,0); }

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

background-color css

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

 a { background-color: rgb(199,55,0); }

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

border-color css

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

 span { border-color: rgb(199,55,0); }

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