Html Css Color HEX #C94717 Harley Davidson Orange

📋 copy color: '#C94717'

red 201 ◦ green 71 ◦ blue 23

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

Shades of Harley Davidson Orange #C94717

Tints of Harley Davidson Orange #C94717

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.07%

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

R = 68.14%
G = 24.07%
B = 7.8%

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

#C94717 (or 0xC94717) is known color: Harley Davidson Orange. HEX triplet: C9, 47 and 17. RGB value is (201,71,23). Sum of RGB (Red+Green+Blue) = 201+71+23=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C94717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94717 is #36B8E8. Grayscale: #686868. Windows color (decimal): -3586281 or 1525705. OLE color: 1525705.

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

Color convert

RGB 201 71 23 -
CMYK 0 0.65 0.89 0.21
HSL 16.18º 0.79% 0.44% -
HSV(B) 16.18º 0.89% 0.79% -
XYZ 26.5 16.99 2.69 -
YUV 104.4 82.07 196.9 -
System Red Green Blue C M Y K H S L
Decimal 201 71 23 0 0.65 0.89 0.21 16.18 0.79 0.44
Hex C9 47 17 0 41 59 15 10 4F 2C
Octal 311 107 27 0 101 131 25 20 117 54
Binary 11001001 1000111 10111 0 1000001 1011001 10101 10000 1001111 101100

Color Harmonies of #C94717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94717

Black with #C94717

Text Example


Text Example

White with #C94717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94717; }

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

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

background-color css

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

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

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

border-color css

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

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

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