Html Css Color HEX #C74619 Harley Davidson Orange

📋 copy color: '#C74619'

red 199 ◦ green 70 ◦ blue 25

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

Shades of Harley Davidson Orange #C74619

Tints of Harley Davidson Orange #C74619

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.81%

 BLUE value IS 25 (10.16% from 255) = 8.5%

R = 67.69%
G = 23.81%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C74619 (or 0xC74619) is known color: Harley Davidson Orange. HEX triplet: C7, 46 and 19. RGB value is (199,70,25). Sum of RGB (Red+Green+Blue) = 199+70+25=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C74619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74619 is #38B9E6. Grayscale: #676767. Windows color (decimal): -3717607 or 1656519. OLE color: 1656519.

HSL color Cylindrical-coordinate representation of color #C74619: hue angle of 15.52º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C74619 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 70 25 -
CMYK 0 0.65 0.87 0.22
HSL 15.52º 0.78% 0.44% -
HSV(B) 15.52º 0.87% 0.78% -
XYZ 25.92 16.59 2.76 -
YUV 103.44 83.74 196.16 -
System Red Green Blue C M Y K H S L
Decimal 199 70 25 0 0.65 0.87 0.22 15.52 0.78 0.44
Hex C7 46 19 0 41 57 16 10 4E 2C
Octal 307 106 31 0 101 127 26 20 116 54
Binary 11000111 1000110 11001 0 1000001 1010111 10110 10000 1001110 101100

Color Harmonies of #C74619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74619

Black with #C74619

Text Example


Text Example

White with #C74619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74619; }

 p { color: rgb(199,70,25); }

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

background-color css

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

 a { background-color: rgb(199,70,25); }

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

border-color css

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

 span { border-color: rgb(199,70,25); }

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