Html Css Color HEX #C72311 Harley Davidson Orange

📋 copy color: '#C72311'

red 199 ◦ green 35 ◦ blue 17

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

Shades of Harley Davidson Orange #C72311

Tints of Harley Davidson Orange #C72311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.94%

 BLUE value IS 17 (7.03% from 255) = 6.77%

R = 79.28%
G = 13.94%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C72311 (or 0xC72311) is known color: Harley Davidson Orange. HEX triplet: C7, 23 and 11. RGB value is (199,35,17). Sum of RGB (Red+Green+Blue) = 199+35+17=251 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.28% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 199 - color contains mainly: red. Hex color #C72311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72311 is #38DCEE. Grayscale: #525252. Windows color (decimal): -3726575 or 1123271. OLE color: 1123271.

HSL color Cylindrical-coordinate representation of color #C72311: hue angle of 5.93º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C72311 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 35 17 -
CMYK 0 0.82 0.91 0.22
HSL 5.93º 0.84% 0.42% -
HSV(B) 5.93º 0.91% 0.78% -
XYZ 24.26 13.38 1.84 -
YUV 81.98 91.33 211.46 -
System Red Green Blue C M Y K H S L
Decimal 199 35 17 0 0.82 0.91 0.22 5.93 0.84 0.42
Hex C7 23 11 0 52 5B 16 6 54 2A
Octal 307 43 21 0 122 133 26 6 124 52
Binary 11000111 100011 10001 0 1010010 1011011 10110 110 1010100 101010

Color Harmonies of #C72311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72311

Black with #C72311

Text Example


Text Example

White with #C72311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72311; }

 p { color: rgb(199,35,17); }

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

background-color css

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

 a { background-color: rgb(199,35,17); }

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

border-color css

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

 span { border-color: rgb(199,35,17); }

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