#C84123

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

Shades of Harley Davidson Orange #C84123

Tints of Harley Davidson Orange #C84123

Color information

#C84123 (or 0xC84123) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 41 and 23. RGB value is (200,65,35). Sum of RGB (Red+Green+Blue) = 200+65+35=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C84123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84123 is #37BEDC. Grayscale: #666666. Windows color (decimal): -3653341 or 2310600. OLE color: 2310600.

HSL color Cylindrical-coordinate representation of color #C84123: hue angle of 10.91º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C84123 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB2006535-
CMYK00.680.820.22
HSL10.91º70.21%46.08%-
HSV(B)10.91º82.5%78.43%-
XYZ26.0116.183.34-
YUV101.9490.23197.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 66.67%
GREEN value IS 65 (25.78% from 255) = 21.67%
BLUE value IS 35 (14.06% from 255) = 11.67%
R=66.67%
G=21.67%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200653500.680.820.2210.9170.2146.08
HexC841230445216b462e
Octal310101430104122261310656
Binary1100100010000011000110100010010100101011010111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84123; }

 p { color: rgb(200,65,35); }

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

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

 a { background-color: rgb(200,65,35); }

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

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

 span { border-color: rgb(200,65,35); }

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