Html Css Color HEX #C73702 Harley Davidson Orange

📋 copy color: '#C73702'

red 199 ◦ green 55 ◦ blue 2

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

Shades of Harley Davidson Orange #C73702

Tints of Harley Davidson Orange #C73702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 77.73%
G = 21.48%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C73702 (or 0xC73702) is known color: Harley Davidson Orange. HEX triplet: C7, 37 and 02. RGB value is (199,55,2). Sum of RGB (Red+Green+Blue) = 199+55+2=256 (33% of max value = 765). Red value is 199 (78.12% from 255 or 77.73% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 199 - color contains mainly: red. Hex color #C73702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73702 is #38C8FD. Grayscale: #5C5C5C. Windows color (decimal): -3721470 or 145351. OLE color: 145351.

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

Color convert

RGB 199 55 2 -
CMYK 0 0.72 0.99 0.22
HSL 16.14º 0.98% 0.39% -
HSV(B) 16.14º 0.99% 0.78% -
XYZ 24.93 14.88 1.62 -
YUV 92.01 77.21 204.31 -
System Red Green Blue C M Y K H S L
Decimal 199 55 2 0 0.72 0.99 0.22 16.14 0.98 0.39
Hex C7 37 2 0 48 63 16 10 62 27
Octal 307 67 2 0 110 143 26 20 142 47
Binary 11000111 110111 10 0 1001000 1100011 10110 10000 1100010 100111

Color Harmonies of #C73702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73702

Black with #C73702

Text Example


Text Example

White with #C73702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73702; }

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

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

background-color css

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

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

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

border-color css

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

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

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