Html Css Color HEX #C9461B Harley Davidson Orange

📋 copy color: '#C9461B'

red 201 ◦ green 70 ◦ blue 27

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

Shades of Harley Davidson Orange #C9461B

Tints of Harley Davidson Orange #C9461B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.06%

R = 67.45%
G = 23.49%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C9461B (or 0xC9461B) is known color: Harley Davidson Orange. HEX triplet: C9, 46 and 1B. RGB value is (201,70,27). Sum of RGB (Red+Green+Blue) = 201+70+27=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C9461B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9461B is #36B9E4. Grayscale: #686868. Windows color (decimal): -3586533 or 1787593. OLE color: 1787593.

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

Color convert

RGB 201 70 27 -
CMYK 0 0.65 0.87 0.21
HSL 14.83º 0.76% 0.45% -
HSV(B) 14.83º 0.87% 0.79% -
XYZ 26.48 16.88 2.9 -
YUV 104.27 84.4 197 -
System Red Green Blue C M Y K H S L
Decimal 201 70 27 0 0.65 0.87 0.21 14.83 0.76 0.45
Hex C9 46 1B 0 41 57 15 F 4C 2D
Octal 311 106 33 0 101 127 25 17 114 55
Binary 11001001 1000110 11011 0 1000001 1010111 10101 1111 1001100 101101

Color Harmonies of #C9461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9461B

Black with #C9461B

Text Example


Text Example

White with #C9461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9461B; }

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

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

background-color css

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

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

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

border-color css

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

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

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