Html Css Color HEX #C73015 Harley Davidson Orange

📋 copy color: '#C73015'

red 199 ◦ green 48 ◦ blue 21

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

Shades of Harley Davidson Orange #C73015

Tints of Harley Davidson Orange #C73015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.91%

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

R = 74.25%
G = 17.91%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C73015 (or 0xC73015) is known color: Harley Davidson Orange. HEX triplet: C7, 30 and 15. RGB value is (199,48,21). Sum of RGB (Red+Green+Blue) = 199+48+21=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C73015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73015 is #38CFEA. Grayscale: #5A5A5A. Windows color (decimal): -3723243 or 1388743. OLE color: 1388743.

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

Color convert

RGB 199 48 21 -
CMYK 0 0.76 0.89 0.22
HSL 9.1º 0.81% 0.43% -
HSV(B) 9.1º 0.89% 0.78% -
XYZ 24.75 14.31 2.17 -
YUV 90.07 89.03 205.7 -
System Red Green Blue C M Y K H S L
Decimal 199 48 21 0 0.76 0.89 0.22 9.1 0.81 0.43
Hex C7 30 15 0 4C 59 16 9 51 2B
Octal 307 60 25 0 114 131 26 11 121 53
Binary 11000111 110000 10101 0 1001100 1011001 10110 1001 1010001 101011

Color Harmonies of #C73015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73015

Black with #C73015

Text Example


Text Example

White with #C73015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73015; }

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

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

background-color css

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

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

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

border-color css

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

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

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