Html Css Color HEX #C94719 Harley Davidson Orange

📋 copy color: '#C94719'

red 201 ◦ green 71 ◦ blue 25

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

Shades of Harley Davidson Orange #C94719

Tints of Harley Davidson Orange #C94719

RGB

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

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

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

R = 67.68%
G = 23.91%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C94719 (or 0xC94719) is known color: Harley Davidson Orange. HEX triplet: C9, 47 and 19. RGB value is (201,71,25). Sum of RGB (Red+Green+Blue) = 201+71+25=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C94719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94719 is #36B8E6. Grayscale: #686868. Windows color (decimal): -3586279 or 1656777. OLE color: 1656777.

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

Color convert

RGB 201 71 25 -
CMYK 0 0.65 0.88 0.21
HSL 15.68º 0.78% 0.44% -
HSV(B) 15.68º 0.88% 0.79% -
XYZ 26.52 16.99 2.8 -
YUV 104.63 83.07 196.74 -
System Red Green Blue C M Y K H S L
Decimal 201 71 25 0 0.65 0.88 0.21 15.68 0.78 0.44
Hex C9 47 19 0 41 58 15 10 4E 2C
Octal 311 107 31 0 101 130 25 20 116 54
Binary 11001001 1000111 11001 0 1000001 1011000 10101 10000 1001110 101100

Color Harmonies of #C94719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94719

Black with #C94719

Text Example


Text Example

White with #C94719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94719; }

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

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

background-color css

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

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

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

border-color css

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

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

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