#C84318

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

Shades of Harley Davidson Orange #C84318

Tints of Harley Davidson Orange #C84318

Color information

#C84318 (or 0xC84318) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 43 and 18. RGB value is (200,67,24). Sum of RGB (Red+Green+Blue) = 200+67+24=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C84318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84318 is #37BCE7. Grayscale: #666666. Windows color (decimal): -3652840 or 1590216. OLE color: 1590216.

HSL color Cylindrical-coordinate representation of color #C84318: hue angle of 14.66º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C84318 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB2006724-
CMYK00.660.880.22
HSL14.66º78.57%43.92%-
HSV(B)14.66º88%78.43%-
XYZ25.9916.362.65-
YUV101.8684.06198-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 68.73%
GREEN value IS 67 (26.56% from 255) = 23.02%
BLUE value IS 24 (9.77% from 255) = 8.25%
R=68.73%
G=23.02%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200672400.660.880.2214.6678.5743.92
HexC843180425816f4f2c
Octal310103300102130261711754
Binary110010001000011110000100001010110001011011111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84318; }

 p { color: rgb(200,67,24); }

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

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

 a { background-color: rgb(200,67,24); }

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

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

 span { border-color: rgb(200,67,24); }

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