#C23418

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

Shades of Harley Davidson Orange #C23418

Tints of Harley Davidson Orange #C23418

Color information

#C23418 (or 0xC23418) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 34 and 18. RGB value is (194,52,24). Sum of RGB (Red+Green+Blue) = 194+52+24=270 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.85% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 194 - color contains mainly: red. Hex color #C23418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23418 is #3DCBE7. Grayscale: #5B5B5B. Windows color (decimal): -4049896 or 1586370. OLE color: 1586370.

HSL color Cylindrical-coordinate representation of color #C23418: hue angle of 9.88º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C23418 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB1945224-
CMYK00.730.880.24
HSL9.88º77.98%42.75%-
HSV(B)9.88º87.63%76.08%-
XYZ23.6413.992.32-
YUV91.2790.04201.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 71.85%
GREEN value IS 52 (20.70% from 255) = 19.26%
BLUE value IS 24 (9.77% from 255) = 8.89%
R=71.85%
G=19.26%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194522400.730.880.249.8877.9842.75
HexC234180495818a4e2b
Octal30264300111130301211653
Binary11000010110100110000100100110110001100010101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23418; }

 p { color: rgb(194,52,24); }

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

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

 a { background-color: rgb(194,52,24); }

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

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

 span { border-color: rgb(194,52,24); }

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