Html Css Color HEX #C94517 Harley Davidson Orange

📋 copy color: '#C94517'

red 201 ◦ green 69 ◦ blue 23

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

Shades of Harley Davidson Orange #C94517

Tints of Harley Davidson Orange #C94517

RGB

 RED value IS 201 (78.91% from 255) = 68.6%

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

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

R = 68.6%
G = 23.55%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C94517 (or 0xC94517) is known color: Harley Davidson Orange. HEX triplet: C9, 45 and 17. RGB value is (201,69,23). Sum of RGB (Red+Green+Blue) = 201+69+23=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C94517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94517 is #36BAE8. Grayscale: #676767. Windows color (decimal): -3586793 or 1525193. OLE color: 1525193.

HSL color Cylindrical-coordinate representation of color #C94517: hue angle of 15.51º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C94517 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 69 23 -
CMYK 0 0.66 0.89 0.21
HSL 15.51º 0.79% 0.44% -
HSV(B) 15.51º 0.89% 0.79% -
XYZ 26.37 16.74 2.65 -
YUV 103.22 82.73 197.74 -
System Red Green Blue C M Y K H S L
Decimal 201 69 23 0 0.66 0.89 0.21 15.51 0.79 0.44
Hex C9 45 17 0 42 59 15 10 4F 2C
Octal 311 105 27 0 102 131 25 20 117 54
Binary 11001001 1000101 10111 0 1000010 1011001 10101 10000 1001111 101100

Color Harmonies of #C94517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94517

Black with #C94517

Text Example


Text Example

White with #C94517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94517; }

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

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

background-color css

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

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

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

border-color css

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

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

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