#C23613

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

Shades of Harley Davidson Orange #C23613

Tints of Harley Davidson Orange #C23613

Color information

#C23613 (or 0xC23613) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 36 and 13. RGB value is (194,54,19). Sum of RGB (Red+Green+Blue) = 194+54+19=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C23613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23613 is #3DC9EC. Grayscale: #5C5C5C. Windows color (decimal): -4049389 or 1259202. OLE color: 1259202.

HSL color Cylindrical-coordinate representation of color #C23613: hue angle of 12º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C23613 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB1945419-
CMYK00.720.900.24
HSL12º82.16%41.76%-
HSV(B)12º90.21%76.08%-
XYZ23.6814.152.1-
YUV91.8786.88200.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 72.66%
GREEN value IS 54 (21.48% from 255) = 20.22%
BLUE value IS 19 (7.81% from 255) = 7.12%
R=72.66%
G=20.22%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194541900.720.900.241282.1641.76
HexC236130485A18c522a
Octal30266230110132301412252
Binary11000010110110100110100100010110101100011001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23613; }

 p { color: rgb(194,54,19); }

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

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

 a { background-color: rgb(194,54,19); }

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

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

 span { border-color: rgb(194,54,19); }

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