#C8381B

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

Shades of Harley Davidson Orange #C8381B

Tints of Harley Davidson Orange #C8381B

Color information

#C8381B (or 0xC8381B) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 38 and 1B. RGB value is (200,56,27). Sum of RGB (Red+Green+Blue) = 200+56+27=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C8381B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8381B is #37C7E4. Grayscale: #606060. Windows color (decimal): -3655653 or 1784008. OLE color: 1784008.

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

Color convert

RGB2005627-
CMYK00.720.860.22
HSL10.06º76.21%44.51%-
HSV(B)10.06º86.5%78.43%-
XYZ25.4315.192.63-
YUV95.7589.21202.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 70.67%
GREEN value IS 56 (22.27% from 255) = 19.79%
BLUE value IS 27 (10.94% from 255) = 9.54%
R=70.67%
G=19.79%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200562700.720.860.2210.0676.2144.51
HexC8381B0485616a4c2d
Octal31070330110126261211455
Binary11001000111000110110100100010101101011010101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8381B; }

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

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

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

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

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

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

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

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