Html Css Color HEX #C74111 Harley Davidson Orange

📋 copy color: '#C74111'

red 199 ◦ green 65 ◦ blue 17

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

Shades of Harley Davidson Orange #C74111

Tints of Harley Davidson Orange #C74111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.13%

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

R = 70.82%
G = 23.13%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C74111 (or 0xC74111) is known color: Harley Davidson Orange. HEX triplet: C7, 41 and 11. RGB value is (199,65,17). Sum of RGB (Red+Green+Blue) = 199+65+17=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C74111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74111 is #38BEEE. Grayscale: #636363. Windows color (decimal): -3718895 or 1130951. OLE color: 1130951.

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

Color convert

RGB 199 65 17 -
CMYK 0 0.67 0.91 0.22
HSL 15.82º 0.84% 0.42% -
HSV(B) 15.82º 0.91% 0.78% -
XYZ 25.54 15.96 2.27 -
YUV 99.59 81.39 198.9 -
System Red Green Blue C M Y K H S L
Decimal 199 65 17 0 0.67 0.91 0.22 15.82 0.84 0.42
Hex C7 41 11 0 43 5B 16 10 54 2A
Octal 307 101 21 0 103 133 26 20 124 52
Binary 11000111 1000001 10001 0 1000011 1011011 10110 10000 1010100 101010

Color Harmonies of #C74111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74111

Black with #C74111

Text Example


Text Example

White with #C74111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74111; }

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

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

background-color css

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

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

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

border-color css

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

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

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