Html Css Color HEX #C74216 Harley Davidson Orange

📋 copy color: '#C74216'

red 199 ◦ green 66 ◦ blue 22

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

Shades of Harley Davidson Orange #C74216

Tints of Harley Davidson Orange #C74216

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23%

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

R = 69.34%
G = 23%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C74216 (or 0xC74216) is known color: Harley Davidson Orange. HEX triplet: C7, 42 and 16. RGB value is (199,66,22). Sum of RGB (Red+Green+Blue) = 199+66+22=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C74216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74216 is #38BDE9. Grayscale: #656565. Windows color (decimal): -3718634 or 1458887. OLE color: 1458887.

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

Color convert

RGB 199 66 22 -
CMYK 0 0.67 0.89 0.22
HSL 14.92º 0.8% 0.43% -
HSV(B) 14.92º 0.89% 0.78% -
XYZ 25.65 16.1 2.51 -
YUV 100.75 83.56 198.08 -
System Red Green Blue C M Y K H S L
Decimal 199 66 22 0 0.67 0.89 0.22 14.92 0.8 0.43
Hex C7 42 16 0 43 59 16 F 50 2B
Octal 307 102 26 0 103 131 26 17 120 53
Binary 11000111 1000010 10110 0 1000011 1011001 10110 1111 1010000 101011

Color Harmonies of #C74216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74216

Black with #C74216

Text Example


Text Example

White with #C74216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74216; }

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

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

background-color css

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

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

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

border-color css

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

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

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