#C23508

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

Shades of Harley Davidson Orange #C23508

Tints of Harley Davidson Orange #C23508

Color information

#C23508 (or 0xC23508) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 35 and 08. RGB value is (194,53,8). Sum of RGB (Red+Green+Blue) = 194+53+8=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C23508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23508 is #3DCAF7. Grayscale: #5A5A5A. Windows color (decimal): -4049656 or 538050. OLE color: 538050.

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

Color convert

RGB194538-
CMYK00.730.960.24
HSL14.52º92.08%39.61%-
HSV(B)14.52º95.88%76.08%-
XYZ23.5714.031.7-
YUV90.0381.71202.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 76.08%
GREEN value IS 53 (21.09% from 255) = 20.78%
BLUE value IS 8 (3.52% from 255) = 3.14%
R=76.08%
G=20.78%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19453800.730.960.2414.5292.0839.61
HexC23580496018f5c28
Octal30265100111140301713450
Binary1100001011010110000100100111000001100011111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23508; }

 p { color: rgb(194,53,8); }

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

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

 a { background-color: rgb(194,53,8); }

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

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

 span { border-color: rgb(194,53,8); }

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