Html Css Color HEX #C94617 Harley Davidson Orange

📋 copy color: '#C94617'

red 201 ◦ green 70 ◦ blue 23

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

Shades of Harley Davidson Orange #C94617

Tints of Harley Davidson Orange #C94617

RGB

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

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

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

R = 68.37%
G = 23.81%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C94617 (or 0xC94617) is known color: Harley Davidson Orange. HEX triplet: C9, 46 and 17. RGB value is (201,70,23). Sum of RGB (Red+Green+Blue) = 201+70+23=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C94617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94617 is #36B9E8. Grayscale: #686868. Windows color (decimal): -3586537 or 1525449. OLE color: 1525449.

HSL color Cylindrical-coordinate representation of color #C94617: hue angle of 15.84º 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 #C94617 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 70 23 -
CMYK 0 0.65 0.89 0.21
HSL 15.84º 0.79% 0.44% -
HSV(B) 15.84º 0.89% 0.79% -
XYZ 26.43 16.86 2.67 -
YUV 103.81 82.4 197.32 -
System Red Green Blue C M Y K H S L
Decimal 201 70 23 0 0.65 0.89 0.21 15.84 0.79 0.44
Hex C9 46 17 0 41 59 15 10 4F 2C
Octal 311 106 27 0 101 131 25 20 117 54
Binary 11001001 1000110 10111 0 1000001 1011001 10101 10000 1001111 101100

Color Harmonies of #C94617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94617

Black with #C94617

Text Example


Text Example

White with #C94617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94617; }

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

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

background-color css

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

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

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

border-color css

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

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

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