Html Css Color HEX #C72713 Harley Davidson Orange

📋 copy color: '#C72713'

red 199 ◦ green 39 ◦ blue 19

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

Shades of Harley Davidson Orange #C72713

Tints of Harley Davidson Orange #C72713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.39%

R = 77.43%
G = 15.18%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C72713 (or 0xC72713) is known color: Harley Davidson Orange. HEX triplet: C7, 27 and 13. RGB value is (199,39,19). Sum of RGB (Red+Green+Blue) = 199+39+19=257 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.43% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 199 - color contains mainly: red. Hex color #C72713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72713 is #38D8EC. Grayscale: #545454. Windows color (decimal): -3725549 or 1255367. OLE color: 1255367.

HSL color Cylindrical-coordinate representation of color #C72713: hue angle of 6.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C72713 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 39 19 -
CMYK 0 0.80 0.90 0.22
HSL 6.67º 0.83% 0.43% -
HSV(B) 6.67º 0.9% 0.78% -
XYZ 24.4 13.64 1.96 -
YUV 84.56 91.01 209.63 -
System Red Green Blue C M Y K H S L
Decimal 199 39 19 0 0.80 0.90 0.22 6.67 0.83 0.43
Hex C7 27 13 0 50 5A 16 7 53 2B
Octal 307 47 23 0 120 132 26 7 123 53
Binary 11000111 100111 10011 0 1010000 1011010 10110 111 1010011 101011

Color Harmonies of #C72713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72713

Black with #C72713

Text Example


Text Example

White with #C72713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72713; }

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

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

background-color css

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

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

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

border-color css

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

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

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