#C31C08

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

Shades of Harley Davidson Orange #C31C08

Tints of Harley Davidson Orange #C31C08

Color information

#C31C08 (or 0xC31C08) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 1C and 08. RGB value is (195,28,8). Sum of RGB (Red+Green+Blue) = 195+28+8=231 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.42% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31C08 is #3CE3F7. Grayscale: #4B4B4B. Windows color (decimal): -3990520 or 531651. OLE color: 531651.

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

Color convert

RGB195288-
CMYK00.860.960.24
HSL6.42º92.12%39.8%-
HSV(B)6.42º95.9%76.47%-
XYZ22.9612.451.42-
YUV75.6589.83213.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 84.42%
GREEN value IS 28 (11.33% from 255) = 12.12%
BLUE value IS 8 (3.52% from 255) = 3.46%
R=84.42%
G=12.12%
B=3.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19528800.860.960.246.4292.1239.8
HexC31C8056601865c28
Octal3033410012614030613450
Binary11000011111001000010101101100000110001101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31C08; }

 p { color: rgb(195,28,8); }

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

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

 a { background-color: rgb(195,28,8); }

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

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

 span { border-color: rgb(195,28,8); }

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