#C0330A

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

Shades of Harley Davidson Orange #C0330A

Tints of Harley Davidson Orange #C0330A

Color information

#C0330A (or 0xC0330A) is unknown color: approx Harley Davidson Orange. HEX triplet: C0, 33 and 0A. RGB value is (192,51,10). Sum of RGB (Red+Green+Blue) = 192+51+10=253 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.89% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 192 - color contains mainly: red. Hex color #C0330A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0330A is #3FCCF5. Grayscale: #585858. Windows color (decimal): -4181238 or 668608. OLE color: 668608.

HSL color Cylindrical-coordinate representation of color #C0330A: hue angle of 13.52º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0330A is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB1925110-
CMYK00.730.950.25
HSL13.52º90.1%39.61%-
HSV(B)13.52º94.79%75.29%-
XYZ22.9813.61.7-
YUV88.4883.71201.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 75.89%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 10 (4.30% from 255) = 3.95%
R=75.89%
G=20.16%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192511000.730.950.2513.5290.139.61
HexC033A0495F19e5a28
Octal30063120111137311613250
Binary1100000011001110100100100110111111100111101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0330A; }

 p { color: rgb(192,51,10); }

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

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

 a { background-color: rgb(192,51,10); }

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

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

 span { border-color: rgb(192,51,10); }

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