Html Css Color HEX #C9461C Harley Davidson Orange

📋 copy color: '#C9461C'

red 201 ◦ green 70 ◦ blue 28

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

Shades of Harley Davidson Orange #C9461C

Tints of Harley Davidson Orange #C9461C

RGB

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

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

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

R = 67.22%
G = 23.41%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9461C (or 0xC9461C) is known color: Harley Davidson Orange. HEX triplet: C9, 46 and 1C. RGB value is (201,70,28). Sum of RGB (Red+Green+Blue) = 201+70+28=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C9461C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9461C is #36B9E3. Grayscale: #686868. Windows color (decimal): -3586532 or 1853129. OLE color: 1853129.

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

Color convert

RGB 201 70 28 -
CMYK 0 0.65 0.86 0.21
HSL 14.57º 0.76% 0.45% -
HSV(B) 14.57º 0.86% 0.79% -
XYZ 26.49 16.88 2.96 -
YUV 104.38 84.9 196.92 -
System Red Green Blue C M Y K H S L
Decimal 201 70 28 0 0.65 0.86 0.21 14.57 0.76 0.45
Hex C9 46 1C 0 41 56 15 F 4C 2D
Octal 311 106 34 0 101 126 25 17 114 55
Binary 11001001 1000110 11100 0 1000001 1010110 10101 1111 1001100 101101

Color Harmonies of #C9461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9461C

Black with #C9461C

Text Example


Text Example

White with #C9461C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9461C; }

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

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

background-color css

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

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

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

border-color css

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

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

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