#C3270A

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

Shades of Harley Davidson Orange #C3270A

Tints of Harley Davidson Orange #C3270A

Color information

#C3270A (or 0xC3270A) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 27 and 0A. RGB value is (195,39,10). Sum of RGB (Red+Green+Blue) = 195+39+10=244 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.92% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 195 - color contains mainly: red. Hex color #C3270A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3270A is #3CD8F5. Grayscale: #525252. Windows color (decimal): -3987702 or 665539. OLE color: 665539.

HSL color Cylindrical-coordinate representation of color #C3270A: hue angle of 9.41º 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 #C3270A is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB1953910-
CMYK00.800.950.24
HSL9.41º90.24%40.2%-
HSV(B)9.41º94.87%76.47%-
XYZ23.2913.081.58-
YUV82.3487.18208.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 79.92%
GREEN value IS 39 (15.62% from 255) = 15.98%
BLUE value IS 10 (4.30% from 255) = 4.10%
R=79.92%
G=15.98%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195391000.800.950.249.4190.2440.2
HexC327A0505F1895a28
Octal30347120120137301113250
Binary1100001110011110100101000010111111100010011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3270A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3270A; }

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

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

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

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

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

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

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

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