#C9441D

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

Shades of Harley Davidson Orange #C9441D

Tints of Harley Davidson Orange #C9441D

Color information

#C9441D (or 0xC9441D) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 44 and 1D. RGB value is (201,68,29). Sum of RGB (Red+Green+Blue) = 201+68+29=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C9441D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9441D is #36BBE2. Grayscale: #676767. Windows color (decimal): -3587043 or 1918153. OLE color: 1918153.

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

Color convert

RGB2016829-
CMYK00.660.860.21
HSL13.6º74.78%45.1%-
HSV(B)13.6º85.57%78.82%-
XYZ26.3816.642.98-
YUV103.3286.06197.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 67.45%
GREEN value IS 68 (26.95% from 255) = 22.82%
BLUE value IS 29 (11.72% from 255) = 9.73%
R=67.45%
G=22.82%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201682900.660.860.2113.674.7845.1
HexC9441D0425615e4b2d
Octal311104350102126251611355
Binary110010011000100111010100001010101101010111101001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9441D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9441D; }

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

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

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

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

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

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

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

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