Html Css Color HEX #C72615 Harley Davidson Orange

📋 copy color: '#C72615'

red 199 ◦ green 38 ◦ blue 21

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

Shades of Harley Davidson Orange #C72615

Tints of Harley Davidson Orange #C72615

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.73%

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

R = 77.13%
G = 14.73%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C72615 (or 0xC72615) is known color: Harley Davidson Orange. HEX triplet: C7, 26 and 15. RGB value is (199,38,21). Sum of RGB (Red+Green+Blue) = 199+38+21=258 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.13% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 199 - color contains mainly: red. Hex color #C72615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72615 is #38D9EA. Grayscale: #545454. Windows color (decimal): -3725803 or 1386183. OLE color: 1386183.

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

Color convert

RGB 199 38 21 -
CMYK 0 0.81 0.89 0.22
HSL 5.73º 0.81% 0.43% -
HSV(B) 5.73º 0.89% 0.78% -
XYZ 24.38 13.58 2.05 -
YUV 84.2 92.34 209.88 -
System Red Green Blue C M Y K H S L
Decimal 199 38 21 0 0.81 0.89 0.22 5.73 0.81 0.43
Hex C7 26 15 0 51 59 16 6 51 2B
Octal 307 46 25 0 121 131 26 6 121 53
Binary 11000111 100110 10101 0 1010001 1011001 10110 110 1010001 101011

Color Harmonies of #C72615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72615

Black with #C72615

Text Example


Text Example

White with #C72615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72615; }

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

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

background-color css

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

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

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

border-color css

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

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

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