Html Css Color HEX #C74019 Harley Davidson Orange

📋 copy color: '#C74019'

red 199 ◦ green 64 ◦ blue 25

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

Shades of Harley Davidson Orange #C74019

Tints of Harley Davidson Orange #C74019

RGB

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

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

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

R = 69.1%
G = 22.22%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C74019 (or 0xC74019) is known color: Harley Davidson Orange. HEX triplet: C7, 40 and 19. RGB value is (199,64,25). Sum of RGB (Red+Green+Blue) = 199+64+25=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C74019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74019 is #38BFE6. Grayscale: #646464. Windows color (decimal): -3719143 or 1654983. OLE color: 1654983.

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

Color convert

RGB 199 64 25 -
CMYK 0 0.68 0.87 0.22
HSL 13.45º 0.78% 0.44% -
HSV(B) 13.45º 0.87% 0.78% -
XYZ 25.56 15.88 2.64 -
YUV 99.92 85.73 198.67 -
System Red Green Blue C M Y K H S L
Decimal 199 64 25 0 0.68 0.87 0.22 13.45 0.78 0.44
Hex C7 40 19 0 44 57 16 D 4E 2C
Octal 307 100 31 0 104 127 26 15 116 54
Binary 11000111 1000000 11001 0 1000100 1010111 10110 1101 1001110 101100

Color Harmonies of #C74019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74019

Black with #C74019

Text Example


Text Example

White with #C74019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74019; }

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

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

background-color css

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

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

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

border-color css

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

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

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