Html Css Color HEX #C74517 Harley Davidson Orange

📋 copy color: '#C74517'

red 199 ◦ green 69 ◦ blue 23

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

Shades of Harley Davidson Orange #C74517

Tints of Harley Davidson Orange #C74517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.71%

 BLUE value IS 23 (9.38% from 255) = 7.9%

R = 68.38%
G = 23.71%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C74517 (or 0xC74517) is known color: Harley Davidson Orange. HEX triplet: C7, 45 and 17. RGB value is (199,69,23). Sum of RGB (Red+Green+Blue) = 199+69+23=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C74517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74517 is #38BAE8. Grayscale: #666666. Windows color (decimal): -3717865 or 1525191. OLE color: 1525191.

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

Color convert

RGB 199 69 23 -
CMYK 0 0.65 0.88 0.22
HSL 15.68º 0.79% 0.44% -
HSV(B) 15.68º 0.88% 0.78% -
XYZ 25.84 16.46 2.63 -
YUV 102.63 83.07 196.74 -
System Red Green Blue C M Y K H S L
Decimal 199 69 23 0 0.65 0.88 0.22 15.68 0.79 0.44
Hex C7 45 17 0 41 58 16 10 4F 2C
Octal 307 105 27 0 101 130 26 20 117 54
Binary 11000111 1000101 10111 0 1000001 1011000 10110 10000 1001111 101100

Color Harmonies of #C74517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74517

Black with #C74517

Text Example


Text Example

White with #C74517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74517; }

 p { color: rgb(199,69,23); }

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

background-color css

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

 a { background-color: rgb(199,69,23); }

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

border-color css

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

 span { border-color: rgb(199,69,23); }

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