Html Css Color HEX #C73B15 Harley Davidson Orange

📋 copy color: '#C73B15'

red 199 ◦ green 59 ◦ blue 21

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

Shades of Harley Davidson Orange #C73B15

Tints of Harley Davidson Orange #C73B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.53%

R = 71.33%
G = 21.15%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C73B15 (or 0xC73B15) is known color: Harley Davidson Orange. HEX triplet: C7, 3B and 15. RGB value is (199,59,21). Sum of RGB (Red+Green+Blue) = 199+59+21=279 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.33% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73B15 is #38C4EA. Grayscale: #606060. Windows color (decimal): -3720427 or 1391559. OLE color: 1391559.

HSL color Cylindrical-coordinate representation of color #C73B15: hue angle of 12.81º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C73B15 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 59 21 -
CMYK 0 0.70 0.89 0.22
HSL 12.81º 0.81% 0.43% -
HSV(B) 12.81º 0.89% 0.78% -
XYZ 25.25 15.32 2.34 -
YUV 96.53 85.38 201.09 -
System Red Green Blue C M Y K H S L
Decimal 199 59 21 0 0.70 0.89 0.22 12.81 0.81 0.43
Hex C7 3B 15 0 46 59 16 D 51 2B
Octal 307 73 25 0 106 131 26 15 121 53
Binary 11000111 111011 10101 0 1000110 1011001 10110 1101 1010001 101011

Color Harmonies of #C73B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73B15

Black with #C73B15

Text Example


Text Example

White with #C73B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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