#C03223

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

Shades of Harley Davidson Orange #C03223

Tints of Harley Davidson Orange #C03223

Color information

#C03223 (or 0xC03223) is unknown color: approx Harley Davidson Orange. HEX triplet: C0, 32 and 23. RGB value is (192,50,35). Sum of RGB (Red+Green+Blue) = 192+50+35=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C03223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03223 is #3FCDDC. Grayscale: #5A5A5A. Windows color (decimal): -4181469 or 2306752. OLE color: 2306752.

HSL color Cylindrical-coordinate representation of color #C03223: hue angle of 5.73º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C03223 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB1925035-
CMYK00.740.820.25
HSL5.73º69.16%44.51%-
HSV(B)5.73º81.77%75.29%-
XYZ23.1813.613-
YUV90.7596.54200.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 69.31%
GREEN value IS 50 (19.92% from 255) = 18.05%
BLUE value IS 35 (14.06% from 255) = 12.64%
R=69.31%
G=18.05%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192503500.740.820.255.7369.1644.51
HexC0322304A52196452d
Octal3006243011212231610555
Binary11000000110010100011010010101010010110011101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03223; }

 p { color: rgb(192,50,35); }

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

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

 a { background-color: rgb(192,50,35); }

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

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

 span { border-color: rgb(192,50,35); }

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