#CB3C05

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

Shades of Harley Davidson Orange #CB3C05

Tints of Harley Davidson Orange #CB3C05

Color information

#CB3C05 (or 0xCB3C05) is unknown color: approx Harley Davidson Orange. HEX triplet: CB, 3C and 05. RGB value is (203,60,5). Sum of RGB (Red+Green+Blue) = 203+60+5=268 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.75% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3C05 is #34C3FA. Grayscale: #606060. Windows color (decimal): -3458043 or 343243. OLE color: 343243.

HSL color Cylindrical-coordinate representation of color #CB3C05: hue angle of 16.67º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB3C05 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB203605-
CMYK00.700.980.20
HSL16.67º95.19%40.78%-
HSV(B)16.67º97.54%79.61%-
XYZ26.2715.941.84-
YUV96.4976.38203.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 75.75%
GREEN value IS 60 (23.83% from 255) = 22.39%
BLUE value IS 5 (2.34% from 255) = 1.87%
R=75.75%
G=22.39%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20360500.700.980.2016.6795.1940.78
HexCB3C50466214115f29
Octal3137450106142242113751
Binary1100101111110010101000110110001010100100011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3C05; }

 p { color: rgb(203,60,5); }

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

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

 a { background-color: rgb(203,60,5); }

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

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

 span { border-color: rgb(203,60,5); }

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