Html Css Color HEX #C74219 Harley Davidson Orange

📋 copy color: '#C74219'

red 199 ◦ green 66 ◦ blue 25

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

Shades of Harley Davidson Orange #C74219

Tints of Harley Davidson Orange #C74219

RGB

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

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

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

R = 68.62%
G = 22.76%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C74219 (or 0xC74219) is known color: Harley Davidson Orange. HEX triplet: C7, 42 and 19. RGB value is (199,66,25). Sum of RGB (Red+Green+Blue) = 199+66+25=290 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.62% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 199 - color contains mainly: red. Hex color #C74219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74219 is #38BDE6. Grayscale: #656565. Windows color (decimal): -3718631 or 1655495. OLE color: 1655495.

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

Color convert

RGB 199 66 25 -
CMYK 0 0.67 0.87 0.22
HSL 14.14º 0.78% 0.44% -
HSV(B) 14.14º 0.87% 0.78% -
XYZ 25.68 16.11 2.68 -
YUV 101.09 85.06 197.83 -
System Red Green Blue C M Y K H S L
Decimal 199 66 25 0 0.67 0.87 0.22 14.14 0.78 0.44
Hex C7 42 19 0 43 57 16 E 4E 2C
Octal 307 102 31 0 103 127 26 16 116 54
Binary 11000111 1000010 11001 0 1000011 1010111 10110 1110 1001110 101100

Color Harmonies of #C74219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74219

Black with #C74219

Text Example


Text Example

White with #C74219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74219; }

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

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

background-color css

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

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

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

border-color css

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

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

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