#C2300E

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

Shades of Harley Davidson Orange #C2300E

Tints of Harley Davidson Orange #C2300E

Color information

#C2300E (or 0xC2300E) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 30 and 0E. RGB value is (194,48,14). Sum of RGB (Red+Green+Blue) = 194+48+14=256 (33% of max value = 765). Red value is 194 (76.17% from 255 or 75.78% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 194 - color contains mainly: red. Hex color #C2300E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2300E is #3DCFF1. Grayscale: #585858. Windows color (decimal): -4050930 or 929986. OLE color: 929986.

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

Color convert

RGB1944814-
CMYK00.750.930.24
HSL11.33º86.54%40.78%-
HSV(B)11.33º92.78%76.08%-
XYZ23.3813.611.81-
YUV87.7886.37203.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 75.78%
GREEN value IS 48 (19.14% from 255) = 18.75%
BLUE value IS 14 (5.86% from 255) = 5.47%
R=75.78%
G=18.75%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194481400.750.930.2411.3386.5440.78
HexC230E04B5D18b5729
Octal30260160113135301312751
Binary1100001011000011100100101110111011100010111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2300E; }

 p { color: rgb(194,48,14); }

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

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

 a { background-color: rgb(194,48,14); }

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

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

 span { border-color: rgb(194,48,14); }

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