#C23B10

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

Shades of Harley Davidson Orange #C23B10

Tints of Harley Davidson Orange #C23B10

Color information

#C23B10 (or 0xC23B10) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 3B and 10. RGB value is (194,59,16). Sum of RGB (Red+Green+Blue) = 194+59+16=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23B10 is #3DC4EF. Grayscale: #5E5E5E. Windows color (decimal): -4048112 or 1063874. OLE color: 1063874.

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

Color convert

RGB1945916-
CMYK00.700.920.24
HSL14.49º84.76%41.18%-
HSV(B)14.49º91.75%76.08%-
XYZ23.9114.632.06-
YUV94.4683.73199-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 72.12%
GREEN value IS 59 (23.44% from 255) = 21.93%
BLUE value IS 16 (6.64% from 255) = 5.95%
R=72.12%
G=21.93%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194591600.700.920.2414.4984.7641.18
HexC23B100465C18e5529
Octal30273200106134301612551
Binary11000010111011100000100011010111001100011101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23B10; }

 p { color: rgb(194,59,16); }

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

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

 a { background-color: rgb(194,59,16); }

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

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

 span { border-color: rgb(194,59,16); }

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