#c8481b

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

Shades of Harley Davidson Orange #C8481B

Tints of Harley Davidson Orange #C8481B

Color information

#C8481B (or 0xC8481B) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 48 and 1B. RGB value is (200,72,27). Sum of RGB (Red+Green+Blue) = 200+72+27=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C8481B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8481B is #37B7E4. Grayscale: #696969. Windows color (decimal): -3651557 or 1788104. OLE color: 1788104.

HSL color Cylindrical-coordinate representation of color #C8481B: hue angle of 15.61º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8481B is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB2007227-
CMYK00.640.860.22
HSL15.61º76.21%44.51%-
HSV(B)15.61º86.5%78.43%-
XYZ26.3316.992.93-
YUV105.1483.91195.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 66.89%
GREEN value IS 72 (28.52% from 255) = 24.08%
BLUE value IS 27 (10.94% from 255) = 9.03%
R=66.89%
G=24.08%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200722700.640.860.2215.6176.2144.51
HexC8481B0405616104c2d
Octal310110330100126262011455
Binary1100100010010001101101000000101011010110100001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8481b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8481b; }

 p { color: rgb(200,72,27); }

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

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

 a { background-color: rgb(200,72,27); }

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

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

 span { border-color: rgb(200,72,27); }

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