#C31C0E

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

Shades of Harley Davidson Orange #C31C0E

Tints of Harley Davidson Orange #C31C0E

Color information

#C31C0E (or 0xC31C0E) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 1C and 0E. RGB value is (195,28,14). Sum of RGB (Red+Green+Blue) = 195+28+14=237 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.28% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31C0E is #3CE3F1. Grayscale: #4C4C4C. Windows color (decimal): -3990514 or 924867. OLE color: 924867.

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

Color convert

RGB1952814-
CMYK00.860.930.24
HSL4.64º86.6%40.98%-
HSV(B)4.64º92.82%76.47%-
XYZ2312.461.61-
YUV76.3492.83212.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 82.28%
GREEN value IS 28 (11.33% from 255) = 11.81%
BLUE value IS 14 (5.86% from 255) = 5.91%
R=82.28%
G=11.81%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195281400.860.930.244.6486.640.98
HexC31CE0565D1855729
Octal3033416012613530512751
Binary11000011111001110010101101011101110001011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31C0E; }

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

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

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

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

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

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

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

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