Html Css Color HEX #C9491C Harley Davidson Orange

📋 copy color: '#C9491C'

red 201 ◦ green 73 ◦ blue 28

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

Shades of Harley Davidson Orange #C9491C

Tints of Harley Davidson Orange #C9491C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.17%

 BLUE value IS 28 (11.33% from 255) = 9.27%

R = 66.56%
G = 24.17%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9491C (or 0xC9491C) is known color: Harley Davidson Orange. HEX triplet: C9, 49 and 1C. RGB value is (201,73,28). Sum of RGB (Red+Green+Blue) = 201+73+28=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C9491C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9491C is #36B6E3. Grayscale: #6A6A6A. Windows color (decimal): -3585764 or 1853897. OLE color: 1853897.

HSL color Cylindrical-coordinate representation of color #C9491C: hue angle of 15.61º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9491C is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 73 28 -
CMYK 0 0.64 0.86 0.21
HSL 15.61º 0.76% 0.45% -
HSV(B) 15.61º 0.86% 0.79% -
XYZ 26.68 17.27 3.03 -
YUV 106.14 83.91 195.66 -
System Red Green Blue C M Y K H S L
Decimal 201 73 28 0 0.64 0.86 0.21 15.61 0.76 0.45
Hex C9 49 1C 0 40 56 15 10 4C 2D
Octal 311 111 34 0 100 126 25 20 114 55
Binary 11001001 1001001 11100 0 1000000 1010110 10101 10000 1001100 101101

Color Harmonies of #C9491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9491C

Black with #C9491C

Text Example


Text Example

White with #C9491C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9491C; }

 p { color: rgb(201,73,28); }

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

background-color css

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

 a { background-color: rgb(201,73,28); }

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

border-color css

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

 span { border-color: rgb(201,73,28); }

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