Html Css Color HEX #C72715 Harley Davidson Orange

📋 copy color: '#C72715'

red 199 ◦ green 39 ◦ blue 21

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

Shades of Harley Davidson Orange #C72715

Tints of Harley Davidson Orange #C72715

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.06%

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

R = 76.83%
G = 15.06%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C72715 (or 0xC72715) is known color: Harley Davidson Orange. HEX triplet: C7, 27 and 15. RGB value is (199,39,21). Sum of RGB (Red+Green+Blue) = 199+39+21=259 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.83% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 199 - color contains mainly: red. Hex color #C72715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72715 is #38D8EA. Grayscale: #555555. Windows color (decimal): -3725547 or 1386439. OLE color: 1386439.

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

Color convert

RGB 199 39 21 -
CMYK 0 0.80 0.89 0.22
HSL 6.07º 0.81% 0.43% -
HSV(B) 6.07º 0.89% 0.78% -
XYZ 24.41 13.65 2.06 -
YUV 84.79 92.01 209.46 -
System Red Green Blue C M Y K H S L
Decimal 199 39 21 0 0.80 0.89 0.22 6.07 0.81 0.43
Hex C7 27 15 0 50 59 16 6 51 2B
Octal 307 47 25 0 120 131 26 6 121 53
Binary 11000111 100111 10101 0 1010000 1011001 10110 110 1010001 101011

Color Harmonies of #C72715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72715

Black with #C72715

Text Example


Text Example

White with #C72715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72715; }

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

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

background-color css

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

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

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

border-color css

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

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

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