Html Css Color HEX #C74016 Harley Davidson Orange

📋 copy color: '#C74016'

red 199 ◦ green 64 ◦ blue 22

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

Shades of Harley Davidson Orange #C74016

Tints of Harley Davidson Orange #C74016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.72%

R = 69.82%
G = 22.46%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C74016 (or 0xC74016) is known color: Harley Davidson Orange. HEX triplet: C7, 40 and 16. RGB value is (199,64,22). Sum of RGB (Red+Green+Blue) = 199+64+22=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C74016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74016 is #38BFE9. Grayscale: #636363. Windows color (decimal): -3719146 or 1458375. OLE color: 1458375.

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

Color convert

RGB 199 64 22 -
CMYK 0 0.68 0.89 0.22
HSL 14.24º 0.8% 0.43% -
HSV(B) 14.24º 0.89% 0.78% -
XYZ 25.53 15.87 2.48 -
YUV 99.58 84.23 198.92 -
System Red Green Blue C M Y K H S L
Decimal 199 64 22 0 0.68 0.89 0.22 14.24 0.8 0.43
Hex C7 40 16 0 44 59 16 E 50 2B
Octal 307 100 26 0 104 131 26 16 120 53
Binary 11000111 1000000 10110 0 1000100 1011001 10110 1110 1010000 101011

Color Harmonies of #C74016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74016

Black with #C74016

Text Example


Text Example

White with #C74016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74016; }

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

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

background-color css

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

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

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

border-color css

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

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

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