#C9431D

Color #C9431D Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #C9431D

Tints of Harley Davidson Orange #C9431D

Color information

#C9431D (or 0xC9431D) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 43 and 1D. RGB value is (201,67,29). Sum of RGB (Red+Green+Blue) = 201+67+29=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C9431D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9431D is #36BCE2. Grayscale: #676767. Windows color (decimal): -3587299 or 1917897. OLE color: 1917897.

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

Color convert

RGB2016729-
CMYK00.670.860.21
HSL13.26º74.78%45.1%-
HSV(B)13.26º85.57%78.82%-
XYZ26.3216.522.96-
YUV102.7386.39198.09-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 67.68%
GREEN value IS 67 (26.56% from 255) = 22.56%
BLUE value IS 29 (11.72% from 255) = 9.76%
R=67.68%
G=22.56%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201672900.670.860.2113.2674.7845.1
HexC9431D0435615d4b2d
Octal311103350103126251511355
Binary110010011000011111010100001110101101010111011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9431D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9431D; }

 p { color: rgb(201,67,29); }

 H1.HeaderClassName
 {
   color: #C9431D;
 }
 .AnyTagClassName
 {
   color: #C9431D;
 }
</style>
background-color css

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

 a { background-color: rgb(201,67,29); }

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

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

 span { border-color: rgb(201,67,29); }

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