Html Css Color HEX #C74011 Harley Davidson Orange

📋 copy color: '#C74011'

red 199 ◦ green 64 ◦ blue 17

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

Shades of Harley Davidson Orange #C74011

Tints of Harley Davidson Orange #C74011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.86%

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

R = 71.07%
G = 22.86%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C74011 (or 0xC74011) is known color: Harley Davidson Orange. HEX triplet: C7, 40 and 11. RGB value is (199,64,17). Sum of RGB (Red+Green+Blue) = 199+64+17=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C74011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74011 is #38BFEE. Grayscale: #636363. Windows color (decimal): -3719151 or 1130695. OLE color: 1130695.

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

Color convert

RGB 199 64 17 -
CMYK 0 0.68 0.91 0.22
HSL 15.49º 0.84% 0.42% -
HSV(B) 15.49º 0.91% 0.78% -
XYZ 25.49 15.85 2.25 -
YUV 99.01 81.73 199.32 -
System Red Green Blue C M Y K H S L
Decimal 199 64 17 0 0.68 0.91 0.22 15.49 0.84 0.42
Hex C7 40 11 0 44 5B 16 F 54 2A
Octal 307 100 21 0 104 133 26 17 124 52
Binary 11000111 1000000 10001 0 1000100 1011011 10110 1111 1010100 101010

Color Harmonies of #C74011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74011

Black with #C74011

Text Example


Text Example

White with #C74011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74011; }

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

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

background-color css

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

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

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

border-color css

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

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

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