#C33523

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

Shades of Harley Davidson Orange #C33523

Tints of Harley Davidson Orange #C33523

Color information

#C33523 (or 0xC33523) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 35 and 23. RGB value is (195,53,35). Sum of RGB (Red+Green+Blue) = 195+53+35=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C33523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33523 is #3CCADC. Grayscale: #5D5D5D. Windows color (decimal): -3984093 or 2307523. OLE color: 2307523.

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

Color convert

RGB1955335-
CMYK00.730.820.24
HSL6.75º69.57%45.1%-
HSV(B)6.75º82.05%76.47%-
XYZ24.0814.273.08-
YUV93.4195.04200.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 68.90%
GREEN value IS 53 (21.09% from 255) = 18.73%
BLUE value IS 35 (14.06% from 255) = 12.37%
R=68.90%
G=18.73%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195533500.730.820.246.7569.5745.1
HexC3352304952187462d
Octal3036543011112230710655
Binary11000011110101100011010010011010010110001111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33523; }

 p { color: rgb(195,53,35); }

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

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

 a { background-color: rgb(195,53,35); }

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

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

 span { border-color: rgb(195,53,35); }

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