#C3280A

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

Shades of Harley Davidson Orange #C3280A

Tints of Harley Davidson Orange #C3280A

Color information

#C3280A (or 0xC3280A) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 28 and 0A. RGB value is (195,40,10). Sum of RGB (Red+Green+Blue) = 195+40+10=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C3280A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3280A is #3CD7F5. Grayscale: #535353. Windows color (decimal): -3987446 or 665795. OLE color: 665795.

HSL color Cylindrical-coordinate representation of color #C3280A: hue angle of 9.73º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3280A is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB1954010-
CMYK00.790.950.24
HSL9.73º90.24%40.2%-
HSV(B)9.73º94.87%76.47%-
XYZ23.3213.141.59-
YUV82.9286.85207.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 79.59%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 10 (4.30% from 255) = 4.08%
R=79.59%
G=16.33%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195401000.790.950.249.7390.2440.2
HexC328A04F5F18a5a28
Octal30350120117137301213250
Binary1100001110100010100100111110111111100010101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3280A; }

 p { color: rgb(195,40,10); }

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

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

 a { background-color: rgb(195,40,10); }

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

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

 span { border-color: rgb(195,40,10); }

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